diff options
| author | mosimchah <mosimchah@gmail.com> | 2020-10-05 21:40:39 -0700 |
|---|---|---|
| committer | mosimchah <mosimchah@gmail.com> | 2021-10-18 19:56:22 -0400 |
| commit | 40d7a9e3e82cd2c4a156fea023d0a3633909e4ae (patch) | |
| tree | 0838acf1549bcca42654d70286b3412926ad0922 | |
| parent | 9200b52b9d73a3da19e77cb5e8fbb450c24d10cf (diff) | |
AICP-ify
Change-Id: I800b5fb462f4f2097fe62680a7ee063976f12c99
| -rw-r--r-- | AndroidProducts.mk | 8 | ||||
| -rw-r--r-- | aicp.dependencies (renamed from lineage.dependencies) | 2 | ||||
| -rw-r--r-- | aicp_obiwan.mk (renamed from lineage_obiwan.mk) | 13 | ||||
| -rw-r--r-- | device.mk | 2 |
4 files changed, 16 insertions, 9 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk index f5f7a87..cff0f7c 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -15,9 +15,9 @@ # PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/lineage_obiwan.mk + $(LOCAL_DIR)/aicp_obiwan.mk COMMON_LUNCH_CHOICES := \ - lineage_obiwan-user \ - lineage_obiwan-userdebug \ - lineage_obiwan-eng + aicp_obiwan-user \ + aicp_obiwan-userdebug \ + aicp_obiwan-eng diff --git a/lineage.dependencies b/aicp.dependencies index 1dee90f..31c53e5 100644 --- a/lineage.dependencies +++ b/aicp.dependencies @@ -1,6 +1,6 @@ [ { - "repository": "android_device_asus_sm8250-common", + "repository": "AICP/device_asus_sm8250-common", "target_path": "device/asus/sm8250-common" } ] diff --git a/lineage_obiwan.mk b/aicp_obiwan.mk index 6934a76..2e0aad5 100644 --- a/lineage_obiwan.mk +++ b/aicp_obiwan.mk @@ -21,14 +21,14 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # Inherit from instantnoodlep device $(call inherit-product, device/asus/obiwan/device.mk) -# Inherit some common Lineage stuff. -$(call inherit-product, vendor/lineage/config/common_full_phone.mk) +# Inherit some common Aicp stuff. +$(call inherit-product, vendor/aicp/config/common_full_phone.mk) PRODUCT_BRAND := asus PRODUCT_DEVICE := obiwan PRODUCT_MANUFACTURER := asus PRODUCT_MODEL := ASUS_I003D -PRODUCT_NAME := lineage_obiwan +PRODUCT_NAME := aicp_obiwan PRODUCT_GMS_CLIENTID_BASE := android-asus @@ -39,3 +39,10 @@ PRODUCT_BUILD_PROP_OVERRIDES += \ TARGET_DEVICE=ZS661KS BUILD_FINGERPRINT := "asus/WW_I003D/ASUS_I003_1:11/RKQ1.200710.002/18.0410.2109.172-0:user/release-keys" + +# AICP Device Maintainers +PRODUCT_BUILD_PROP_OVERRIDES += \ + DEVICE_MAINTAINERS="Moshe Barash (mosimchah)" + +PRODUCT_OVERRIDE_INFO := true +PRODUCT_OVERRIDE_FINGERPRINT := asus/WW_I003D/ASUS_I003_1:11/RKQ1.200710.002/18.0410.2109.172-0:user/release-keys @@ -54,7 +54,7 @@ PRODUCT_COPY_FILES += \ # Lineage Permissions PRODUCT_COPY_FILES += \ - vendor/lineage/config/permissions/vendor.lineage.biometrics.fingerprint.inscreen.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/vendor.lineage.biometrics.fingerprint.inscreen.xml + vendor/aicp/config/permissions/vendor.lineage.biometrics.fingerprint.inscreen.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/vendor.lineage.biometrics.fingerprint.inscreen.xml # Touch PRODUCT_PACKAGES += \ |
