summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHashbang173 <hashbang173@gmail.com>2018-02-04 15:18:02 -0500
committerHashbang173 <hashbang173@gmail.com>2018-02-04 15:19:26 -0500
commit3e74806bd5403087a08c11913b322348ee462e17 (patch)
tree526ccaeef348c5cdf4faaa8abcb3f7ba08086d90
parentfa3ac2ddc06f568ee5113a17e716c57ec82e0490 (diff)
flounder: AICPify
Change-Id: Ie1fd1109258fa792679623fefa91063ff393b01e
-rw-r--r--aicp.dependencies12
-rw-r--r--aicp.mk (renamed from lineage.mk)6
-rw-r--r--lineage.dependencies6
3 files changed, 15 insertions, 9 deletions
diff --git a/aicp.dependencies b/aicp.dependencies
new file mode 100644
index 0000000..1ca2678
--- /dev/null
+++ b/aicp.dependencies
@@ -0,0 +1,12 @@
+[
+ {
+ "repository": "AICP/kernel_htc_flounder",
+ "target_path": "kernel/htc/flounder",
+ "branch": "o8.1"
+ },
+ {
+ "repository": "AICP/proprietary_vendor_htc",
+ "target_path": "vendor/htc",
+ "branch": "o8.1"
+ }
+]
diff --git a/lineage.mk b/aicp.mk
index 0ba46e8..9230c8b 100644
--- a/lineage.mk
+++ b/aicp.mk
@@ -11,8 +11,8 @@ PRODUCT_PACKAGES += \
PRODUCT_PROPERTY_OVERRIDES += \
persist.camera.cpp.duplication=false
-# Inherit some common Lineage stuff
-$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk)
+# Inherit some common AICP stuff
+$(call inherit-product, vendor/aicp/config/common_full_tablet_wifionly.mk)
# Inherit device configuration
$(call inherit-product, device/htc/flounder/aosp_flounder.mk)
@@ -39,6 +39,6 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
BUILD_FINGERPRINT := google/volantis/flounder:7.1.1/N9F27M/4333998:user/release-keys
## Device identifier. This must come after all inclusions
-PRODUCT_NAME := lineage_flounder
+PRODUCT_NAME := aicp_flounder
PRODUCT_BRAND := google
PRODUCT_MODEL := Nexus 9
diff --git a/lineage.dependencies b/lineage.dependencies
deleted file mode 100644
index 0393e8a..0000000
--- a/lineage.dependencies
+++ /dev/null
@@ -1,6 +0,0 @@
-[
- {
- "repository": "android_kernel_htc_flounder",
- "target_path": "kernel/htc/flounder"
- }
-]