summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrgravy <drg113001@gmail.com>2017-03-06 17:46:47 -0600
committerDrgravy <drg113001@gmail.com>2017-03-06 17:46:47 -0600
commit8d60da4ba716cd2e15496f5c6a96ad002ef23922 (patch)
treecb31da5d11ad6a5381166e1357faec29aae9fbad
parentb65fcfcbd372d59b3e6f90e2f7d1b87cc6773a2b (diff)
h918: AICPify
-rw-r--r--aicp.dependencies42
-rw-r--r--lineage.dependencies6
-rw-r--r--lineage.mk15
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"