kane: Cleanup
authorNolen Johnson <johnsonnolen@gmail.com>
Mon, 10 May 2021 17:59:50 +0000 (13:59 -0400)
committerNolen Johnson <johnsonnolen@gmail.com>
Mon, 10 May 2021 17:59:50 +0000 (13:59 -0400)
Change-Id: I9762c939670b4cce5903f9dc77bca0e58dbfce81

BoardConfig.mk
device.mk
lineage_kane.mk
proprietary-files.txt
vendor.prop

index ae8da0c6376d30f7d20bb05bb632ca05a9fd5427..c6b34cf2a0b7de8ea82ad8dd3791e76a1dae53b6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2020 The LineageOS Project
+# Copyright (C) 2020-2021 The LineageOS Project
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# inherit from common
--include device/motorola/exynos9610-common/BoardConfigCommon.mk
+## Inherit from the common tree
+include device/motorola/exynos9610-common/BoardConfigCommon.mk
+
+## Inherit from the proprietary configuration
+include vendor/motorola/kane/BoardConfigVendor.mk
 
 DEVICE_PATH := device/motorola/kane
 
-# Assert
+## Assert
 TARGET_OTA_ASSERT_DEVICE := kane,one_vision
 
-# Kernel
+## Kernel
 TARGET_KERNEL_CONFIG := kane_defconfig
 
-# Properties
+## Properties
 TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
-
-# inherit from the proprietary version
-include vendor/motorola/kane/BoardConfigVendor.mk
index da7009267b6aed57021c23660630a3a476c8ea85..745591f16a6499c2be1ae09e2bbc6454aa7fd26a 100644 (file)
--- a/device.mk
+++ b/device.mk
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2020 The LineageOS Project
+# Copyright (C) 2020-2021 The LineageOS Project
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -14,7 +14,8 @@
 # limitations under the License.
 #
 
-# Inherit from common
+# Inherit from the common tree
 $(call inherit-product, device/motorola/exynos9610-common/common.mk)
 
+# Inherit proprietary files
 $(call inherit-product, vendor/motorola/kane/kane-vendor.mk)
index 6645b20ad850ebda4dee443ff9f3201e03e0db60..207e4f9179e5d1580ec150c321aada9dbc363df6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2020 The LineageOS Project
+# Copyright (C) 2020-2021 The LineageOS Project
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # limitations under the License.
 #
 
-# Inherit from those products. Most specific first.
+## Inherit from generic products, most specific first
 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
 
-# Inherit from kane device
+## Inherit from kane device
 $(call inherit-product, device/motorola/kane/device.mk)
 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
 
-# Inherit some common Lineage stuff.
+## Inherit some common Lineage stuff
 $(call inherit-product, vendor/lineage/config/common_full_phone.mk)
 
-# Device identifier. This must come after all inclusions
+## Device identifier, this must come after all inclusions
 PRODUCT_DEVICE := kane
 PRODUCT_NAME := lineage_kane
 PRODUCT_BRAND := Motorola
@@ -34,7 +34,7 @@ PRODUCT_MANUFACTURER := Motorola
 
 PRODUCT_GMS_CLIENTID_BASE := android-motorola
 
-# Use the latest approved GMS identifiers
+## Use the latest CTS approved build identifiers
 PRODUCT_BUILD_PROP_OVERRIDES += \
     PRODUCT_NAME=kane_sprout \
     PRIVATE_BUILD_DESC="10/QSAS30.62-33-4/2d332:user/release-keys"
index ae3ecafbddbdb2f64405dcaff881dad916128e01..26fa212bcac16f4fdba02ddec0a56204bc624d3d 100644 (file)
@@ -1,12 +1,12 @@
-# Device proprietary files - from motorola/kane_retail/kane_sprout:10/QSAS30.62-33-12/e6aee, unless pinned
+## Device proprietary files - from motorola/kane_retail/kane_sprout:10/QSAS30.62-33-12/e6aee, unless pinned
 
-# camera
+## Camera
 vendor/lib/hw/camera.exynos9610.so
 vendor/lib/libexynoscamera3.so
 vendor/lib64/hw/camera.exynos9610.so
 vendor/lib64/libexynoscamera3.so
 
-# firmware
+## Firmware
 vendor/firmware/fimc_is_lib.bin
 vendor/firmware/fimc_is_rta.bin
 vendor/firmware/himax-hix83112a-hx83112a-0C00-208-kane.bin
@@ -27,16 +27,16 @@ vendor/firmware/setfile_5e9.bin
 vendor/firmware/setfile_6b2.bin
 vendor/firmware/setfile_gm1sp.bin
 
-# NFC
+## NFC
 vendor/etc/sec_s3nrn81_rfreg.bin
 
-# sensors
+## Sensors
 vendor/lib/hw/sensors.kane_sprout.so
 vendor/lib/sensors.chub.so
 vendor/lib64/hw/sensors.kane_sprout.so
 vendor/lib64/sensors.chub.so
 
-# ril
+## RIL
 vendor/lib/libril_sitril.so
 vendor/lib/libsitril.so
 vendor/lib64/libril_sitril.so
index 9dba3fb7831b522596905b48e33ac6947d367894..7ed0cd1c44504a799ff01683f27aa15b073d9ad8 100644 (file)
@@ -1,2 +1,5 @@
-ro.hardware.sensors=kane_sprout
+## IMEI
 ro.radio.imei.sv=18
+
+## Sensors
+ro.hardware.sensors=kane_sprout