diff options
| author | Drgravy <drg113001@gmail.com> | 2017-03-06 17:46:47 -0600 |
|---|---|---|
| committer | Drgravy <drg113001@gmail.com> | 2017-03-06 17:46:47 -0600 |
| commit | 8d60da4ba716cd2e15496f5c6a96ad002ef23922 (patch) | |
| tree | cb31da5d11ad6a5381166e1357faec29aae9fbad | |
| parent | b65fcfcbd372d59b3e6f90e2f7d1b87cc6773a2b (diff) | |
h918: AICPify
| -rw-r--r-- | aicp.dependencies | 42 | ||||
| -rw-r--r-- | lineage.dependencies | 6 | ||||
| -rw-r--r-- | lineage.mk | 15 |
3 files changed, 42 insertions, 21 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..9c188cc --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,42 @@ +[ + { + "repository": "AICP/device_lge_v20-common", + "target_path": "device/lge/v20-common", + "branch": "n7.1" + }, + { + "repository": "AICP/device_lge_msm8996-common", + "target_path": "device/lge/msm8996-common", + "branch": "n7.1" + }, + { + "repository": "LineageOS/android_device_qcom_common", + "target_path": "device/qcom/common", + "branch": "cm-14.1" + }, + { + "repository": "AICP/kernel_lge_msm8996", + "target_path": "kernel/lge/msm8996", + "branch": "n7.1" + }, + { + "repository": "LineageOS/android_vendor_nxp-nfc_opensource_frameworks", + "target_path": "vendor/nxp-nfc/opensource/frameworks", + "branch": "cm-14.1" + }, + { + "repository": "LineageOS/android_vendor_nxp-nfc_opensource_libnfc-nci", + "target_path": "vendor/nxp-nfc/opensource/libnfc-nci", + "branch": "cm-14.1" + }, + { + "repository": "LineageOS/android_vendor_nxp-nfc_opensource_Nfc", + "target_path": "vendor/nxp-nfc/opensource/Nfc", + "branch": "cm-14.1" + }, + { + "repository": "AICP/proprietary_vendor_lge", + "target_path": "vendor/lge", + "branch": "n7.1" + } +] diff --git a/lineage.dependencies b/lineage.dependencies deleted file mode 100644 index 7668a38..0000000 --- a/lineage.dependencies +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "repository": "android_device_lge_v20-common", - "target_path": "device/lge/v20-common" - } -] diff --git a/lineage.mk b/lineage.mk deleted file mode 100644 index 2658a25..0000000 --- a/lineage.mk +++ /dev/null @@ -1,15 +0,0 @@ -$(call inherit-product, device/lge/h918/full_h918.mk) - -# Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) - -# Overlays (inherit after vendor/cm to ensure we override it) -DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay - -PRODUCT_NAME := lineage_h918 - -PRODUCT_BUILD_PROP_OVERRIDES += \ - PRODUCT_DEVICE="v20" \ - PRODUCT_NAME="elsa_tmo_us" \ - BUILD_FINGERPRINT="lge/elsa_tmo_us/elsa:7.0/NRD90M/1625821141c30:user/release-keys" \ - PRIVATE_BUILD_DESC="elsa_tmo_us-user 7.0 NRD90M 1625821141c30 release-keys" |
