aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfirebird11 <hbgassel@gmail.com>2018-09-04 08:43:05 +0200
committerfirebird11 <hbgassel@gmail.com>2019-01-12 13:35:21 +0100
commite15953f51fd0af8c992e674cabca244bde2e2cfa (patch)
tree60778c915304cfd0e37e8dbee9482c5a95c25160
parentb64c2d1c30ee6285f9bb1de2c4976a6406a4ba4b (diff)
d855: add AndroidProducts.mk and move to AICP
Change-Id: I352c2859a6457309971ef5d9460f730462ed98d0
-rw-r--r--AndroidProducts.mk16
-rw-r--r--aicp.dependencies (renamed from lineage.dependencies)2
-rw-r--r--aicp_d855.mk (renamed from lineage.mk)10
3 files changed, 24 insertions, 4 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
new file mode 100644
index 0000000..3c9b26d
--- /dev/null
+++ b/AndroidProducts.mk
@@ -0,0 +1,16 @@
+#
+# Copyright (C) 2018 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.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+PRODUCT_MAKEFILES := \
+ $(LOCAL_DIR)/aicp_d855.mk
diff --git a/lineage.dependencies b/aicp.dependencies
index f36d972..2b4446b 100644
--- a/lineage.dependencies
+++ b/aicp.dependencies
@@ -1,6 +1,6 @@
[
{
- "repository": "android_device_lge_g3-common",
+ "repository": "device_lge_g3-common",
"target_path": "device/lge/g3-common"
}
]
diff --git a/lineage.mk b/aicp_d855.mk
index 33cd6a3..5d64c7b 100644
--- a/lineage.mk
+++ b/aicp_d855.mk
@@ -1,9 +1,9 @@
$(call inherit-product, device/lge/d855/full_d855.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_NAME := lineage_d855
+PRODUCT_NAME := aicp_d855
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_DEVICE="g3" \
@@ -11,3 +11,7 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="g3_global_com-user 6.0 MRA58K 15351124649f4 release-keys"
BUILD_FINGERPRINT="lge/g3_global_com/g3:6.0/MRA58K/15351124649f4:user/release-keys"
+
+# AICP Device Maintainers
+PRODUCT_BUILD_PROP_OVERRIDES += \
+DEVICE_MAINTAINERS="Hildo Boerboom (firebird11)"