Compare commits
10 Commits
efa5511be3
...
59e810f7e4
Author | SHA1 | Date | |
---|---|---|---|
59e810f7e4 | |||
![]() |
bd23202e5d | ||
![]() |
f817513ccf | ||
![]() |
5c2a561237 | ||
![]() |
a794cf469e | ||
![]() |
a7051f59a5 | ||
![]() |
9104d562fa | ||
![]() |
45f5cfcf6e | ||
![]() |
efad1eb438 | ||
![]() |
04add34bf9 |
@ -1,17 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2022 The LineageOS Project
|
# SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
#
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
PRODUCT_MAKEFILES := \
|
PRODUCT_MAKEFILES := \
|
||||||
|
@ -1,17 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2022 The LineageOS Project
|
# SPDX-FileCopyrightText: 2022-2024 The LineageOS Project
|
||||||
#
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
DEVICE_PATH := device/motorola/berlin
|
DEVICE_PATH := device/motorola/berlin
|
||||||
@ -23,7 +12,7 @@ include device/motorola/sm7325-common/BoardConfigCommon.mk
|
|||||||
TARGET_BOOTLOADER_BOARD_NAME := berlin
|
TARGET_BOOTLOADER_BOARD_NAME := berlin
|
||||||
|
|
||||||
# HIDL
|
# HIDL
|
||||||
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest_berlin.xml
|
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
|
||||||
|
|
||||||
# Kernel
|
# Kernel
|
||||||
BOARD_KERNEL_CMDLINE += androidboot.hab.product=berlin
|
BOARD_KERNEL_CMDLINE += androidboot.hab.product=berlin
|
||||||
@ -50,8 +39,13 @@ TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
|||||||
# Recovery
|
# Recovery
|
||||||
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 90
|
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 90
|
||||||
|
|
||||||
# Security
|
# Security patch level
|
||||||
VENDOR_SECURITY_PATCH := 2024-09-01
|
BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
|
||||||
|
VENDOR_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
|
||||||
|
|
||||||
|
# Verified Boot
|
||||||
|
BOARD_AVB_ROLLBACK_INDEX := 38
|
||||||
|
BOARD_AVB_VBMETA_SYSTEM_ROLLBACK_INDEX := 38
|
||||||
|
|
||||||
# inherit from the proprietary version
|
# inherit from the proprietary version
|
||||||
include vendor/motorola/berlin/BoardConfigVendor.mk
|
include vendor/motorola/berlin/BoardConfigVendor.mk
|
||||||
|
31
device.mk
31
device.mk
@ -1,17 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2022 The LineageOS Project
|
# SPDX-FileCopyrightText: 2022-2025 The LineageOS Project
|
||||||
#
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# Boot animation
|
# Boot animation
|
||||||
@ -36,7 +25,8 @@ PRODUCT_PACKAGES += \
|
|||||||
FrameworksResBerlin \
|
FrameworksResBerlin \
|
||||||
LineageSystemUIBerlin \
|
LineageSystemUIBerlin \
|
||||||
SettingsProviderResBerlin \
|
SettingsProviderResBerlin \
|
||||||
SystemUIResBerlin
|
SystemUIResBerlin \
|
||||||
|
WifiResBerlin
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
@ -48,14 +38,9 @@ PRODUCT_COPY_FILES += \
|
|||||||
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
|
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
|
||||||
$(LOCAL_PATH)/audio/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml
|
$(LOCAL_PATH)/audio/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml
|
||||||
|
|
||||||
# Camera
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
libgui_shim_vendor
|
|
||||||
|
|
||||||
# Fingerprint
|
# Fingerprint
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.biometrics.fingerprint@2.1-service.berlin \
|
android.hardware.biometrics.fingerprint@2.1-service.berlin
|
||||||
com.motorola.hardware.biometric.fingerprint@1.0.vendor
|
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/configs/idc/uinput_nav.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/uinput_nav.idc \
|
$(LOCAL_PATH)/configs/idc/uinput_nav.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/uinput_nav.idc \
|
||||||
@ -75,13 +60,9 @@ PRODUCT_PACKAGES += \
|
|||||||
|
|
||||||
# NFC
|
# NFC
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.nfc@1.2.vendor \
|
|
||||||
android.hardware.nfc@1.2-service.st \
|
android.hardware.nfc@1.2-service.st \
|
||||||
android.hardware.secure_element@1.2.vendor \
|
|
||||||
com.android.nfc_extras \
|
com.android.nfc_extras \
|
||||||
libchrome.vendor \
|
Tag
|
||||||
Tag \
|
|
||||||
nfc_nci.st21nfc.default
|
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
@ -1,17 +1,7 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2017-2018 The LineageOS Project
|
// SPDX-FileCopyrightText: 2022-2024 The LineageOS Project
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
//
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "android.hardware.biometrics.fingerprint@2.1-service.berlin",
|
name: "android.hardware.biometrics.fingerprint@2.1-service.berlin",
|
||||||
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.1-service.berlin.xml"],
|
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.1-service.berlin.xml"],
|
||||||
|
@ -1,18 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2017 The Android Open Source Project
|
* SPDX-FileCopyrightText: 2018-2020 The Android Open Source Project
|
||||||
* Copyright (C) 2018-2020 The LineageOS Project
|
* SPDX-FileCopyrightText: 2020-2024 The LineageOS Project
|
||||||
*
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.berlin"
|
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.berlin"
|
||||||
|
@ -1,18 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2017 The Android Open Source Project
|
* SPDX-FileCopyrightText: 2022-2024 The LineageOS Project
|
||||||
*
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H
|
#ifndef ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H
|
||||||
|
|
||||||
#define ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H
|
#define ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H
|
||||||
|
@ -1,17 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2017 The Android Open Source Project
|
* SPDX-FileCopyrightText: 2018 The Android Open Source Project
|
||||||
*
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.berlin"
|
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.berlin"
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"repository": "android_device_motorola_sm7325-common",
|
|
||||||
"target_path": "device/motorola/sm7325-common"
|
|
||||||
}
|
|
||||||
]
|
|
@ -1,17 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2022 The LineageOS Project
|
# SPDX-FileCopyrightText: 2022-2024 The LineageOS Project
|
||||||
#
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# Inherit from those products. Most specific first.
|
# Inherit from those products. Most specific first.
|
||||||
@ -19,20 +8,31 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
|||||||
TARGET_SUPPORTS_OMX_SERVICE := false
|
TARGET_SUPPORTS_OMX_SERVICE := false
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||||
|
|
||||||
# Inherit from berlin device
|
# Inherit from berlin device.
|
||||||
$(call inherit-product, device/motorola/berlin/device.mk)
|
$(call inherit-product, device/motorola/berlin/device.mk)
|
||||||
|
|
||||||
# Inherit some common Lineage stuff.
|
# Inherit some common LineageOS / Evolution-X stuff.
|
||||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||||
|
EVO_BUILD_TYPE := MINKAN
|
||||||
|
|
||||||
|
# Targets
|
||||||
|
TARGET_SUPPORT_BOOT_ANIMATIONS := true
|
||||||
|
TARGET_SUPPORTS_64_BIT_APPS := true
|
||||||
|
TARGET_BUILD_DEVICE_AS_WEBCAM := true
|
||||||
|
TARGET_USES_BLUR_RECENT := true
|
||||||
|
|
||||||
|
# Device identifier.
|
||||||
PRODUCT_NAME := lineage_berlin
|
PRODUCT_NAME := lineage_berlin
|
||||||
PRODUCT_DEVICE := berlin
|
PRODUCT_DEVICE := berlin
|
||||||
PRODUCT_MANUFACTURER := motorola
|
PRODUCT_MANUFACTURER := motorola
|
||||||
PRODUCT_BRAND := motorola
|
PRODUCT_BRAND := motorola
|
||||||
PRODUCT_MODEL := motorola edge 20
|
PRODUCT_MODEL := motorola edge 20
|
||||||
|
|
||||||
|
# GMS
|
||||||
|
WITH_GMS := true
|
||||||
PRODUCT_GMS_CLIENTID_BASE := android-motorola
|
PRODUCT_GMS_CLIENTID_BASE := android-motorola
|
||||||
|
|
||||||
|
# Properties
|
||||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||||
BuildDesc="berlin_global-user 13 T1RGS33.135-109-9-29 695e0-d4b251 release-keys" \
|
BuildDesc="berlin_global-user 13 T1RGS33.135-109-9-29 695e0-d4b251 release-keys" \
|
||||||
BuildFingerprint=motorola/berlin_global/berlin:13/T1RGS33.135-109-9-29/695e0-d4b251:user/release-keys \
|
BuildFingerprint=motorola/berlin_global/berlin:13/T1RGS33.135-109-9-29/695e0-d4b251:user/release-keys \
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
<manifest version="2.0" type="device">
|
<manifest version="2.0" type="device">
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>vendor.lineage.livedisplay</name>
|
<name>vendor.lineage.livedisplay</name>
|
@ -1,5 +0,0 @@
|
|||||||
runtime_resource_overlay {
|
|
||||||
name: "FrameworksResBerlin",
|
|
||||||
sdk_version: "current",
|
|
||||||
vendor: true
|
|
||||||
}
|
|
@ -1,5 +0,0 @@
|
|||||||
runtime_resource_overlay {
|
|
||||||
name: "SettingsProviderResBerlin",
|
|
||||||
sdk_version: "current",
|
|
||||||
vendor: true
|
|
||||||
}
|
|
@ -1,5 +0,0 @@
|
|||||||
runtime_resource_overlay {
|
|
||||||
name: "SystemUIResBerlin",
|
|
||||||
sdk_version: "current",
|
|
||||||
vendor: true
|
|
||||||
}
|
|
9
resource-overlay/device/Frameworks/Android.bp
Normal file
9
resource-overlay/device/Frameworks/Android.bp
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
//
|
||||||
|
// SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "FrameworksResBerlin",
|
||||||
|
vendor: true
|
||||||
|
}
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2022 The LineageOS Project
|
SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2022 The LineageOS Project
|
SPDX-FileCopyrightText: 2022-2024 The LineageOS Project
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
@ -1,4 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 The Linux Foundation
|
||||||
|
SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
-->
|
||||||
<device name="Android">
|
<device name="Android">
|
||||||
<item name="none">0</item>
|
<item name="none">0</item>
|
||||||
<item name="screen.on">139.28</item>
|
<item name="screen.on">139.28</item>
|
@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2022 The LineageOS Project
|
// SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
//
|
//
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2022 The LineageOS Project
|
SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2022 The LineageOS Project
|
SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
9
resource-overlay/device/SettingsProvider/Android.bp
Normal file
9
resource-overlay/device/SettingsProvider/Android.bp
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
//
|
||||||
|
// SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "SettingsProviderResBerlin",
|
||||||
|
vendor: true
|
||||||
|
}
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2022 The LineageOS Project
|
SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2022 The LineageOS Project
|
SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Default for Settings.Global.DEVICE_NAME $1=MODEL-->
|
<!-- Default for Settings.Global.DEVICE_NAME $1=MODEL-->
|
||||||
<string name="def_device_name_simple">Motorola Edge 20</string>
|
<string name="def_device_name_simple">moto edge 20</string>
|
||||||
</resources>
|
</resources>
|
9
resource-overlay/device/SystemUI/Android.bp
Normal file
9
resource-overlay/device/SystemUI/Android.bp
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
//
|
||||||
|
// SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "SystemUIResBerlin",
|
||||||
|
vendor: true
|
||||||
|
}
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2022 The LineageOS Project
|
SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2022 The LineageOS Project
|
SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
9
resource-overlay/device/Wifi/Android.bp
Normal file
9
resource-overlay/device/Wifi/Android.bp
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
//
|
||||||
|
// SPDX-FileCopyrightText: 2021-2025 The LineageOS Project
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "WifiResBerlin",
|
||||||
|
vendor: true,
|
||||||
|
}
|
14
resource-overlay/device/Wifi/AndroidManifest.xml
Normal file
14
resource-overlay/device/Wifi/AndroidManifest.xml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2021-2025 The LineageOS Project
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="com.android.wifi.resources.overlay.berlin">
|
||||||
|
|
||||||
|
<overlay
|
||||||
|
android:isStatic="true"
|
||||||
|
android:priority="750"
|
||||||
|
android:targetName="WifiCustomization"
|
||||||
|
android:targetPackage="com.android.wifi.resources" />
|
||||||
|
</manifest>
|
11
resource-overlay/device/Wifi/res/values/config.xml
Normal file
11
resource-overlay/device/Wifi/res/values/config.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2021-2025 The LineageOS Project
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
<!-- Default access point SSID used for tethering -->
|
||||||
|
<string name="wifi_tether_configure_ssid_default" translatable="false">moto edge 20</string>
|
||||||
|
|
||||||
|
</resources>
|
@ -1,17 +1,7 @@
|
|||||||
//
|
//
|
||||||
// Copyright (C) 2020 The LineageOS Project
|
// SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
//
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "vendor.lineage.touch@1.0-service.berlin",
|
name: "vendor.lineage.touch@1.0-service.berlin",
|
||||||
|
@ -1,17 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2020 The LineageOS Project
|
* SPDX-FileCopyrightText: 2022-2024 The LineageOS Project
|
||||||
*
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define LOG_TAG "HighTouchPollingRateService"
|
#define LOG_TAG "HighTouchPollingRateService"
|
||||||
|
@ -1,17 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2020 The LineageOS Project
|
* SPDX-FileCopyrightText: 2022-2024 The LineageOS Project
|
||||||
*
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,17 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2020 The LineageOS Project
|
* SPDX-FileCopyrightText: 2022-2024 The LineageOS Project
|
||||||
*
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define LOG_TAG "lineage.touch@1.0-service.berlin"
|
#define LOG_TAG "lineage.touch@1.0-service.berlin"
|
||||||
|
@ -7,7 +7,7 @@ persist.vendor.audio_fx.waves.processing_nx=true
|
|||||||
persist.vendor.audio_fx.waves.systrace=true
|
persist.vendor.audio_fx.waves.systrace=true
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
bluetooth.device.default_name=Motorola Edge 20
|
bluetooth.device.default_name=moto edge 20
|
||||||
|
|
||||||
# Camera
|
# Camera
|
||||||
persist.vendor.camera.physical.num=4
|
persist.vendor.camera.physical.num=4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user