aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoc HD <doc.divxm@gmail.com>2018-02-25 16:06:03 +0300
committerdoc HD <doc.divxm@gmail.com>2018-02-25 16:06:03 +0300
commit21e6dfdf873ccaa211f11ca320fa8ec8acd41a92 (patch)
treef54755bae157e6118eef5b6ab110b2ee9b23fc74
parent67927137954fdda7d919bcdfaf685e1efcda2d7f (diff)
sailfish: AICPfy
Change-Id: I91535a51734e825cee9b45fa488cc35b0419761a
-rw-r--r--aicp.dependencies22
-rw-r--r--aicp.mk (renamed from lineage.mk)10
-rw-r--r--lineage.dependencies6
3 files changed, 29 insertions, 9 deletions
diff --git a/aicp.dependencies b/aicp.dependencies
new file mode 100644
index 0000000..c7faecc
--- /dev/null
+++ b/aicp.dependencies
@@ -0,0 +1,22 @@
+[
+ {
+ "repository": "AICP/device_google_marlin",
+ "target_path":"device/google/marlin",
+ "branch": "o8.1"
+ },
+ {
+ "repository": "LineageOS/android_device_qcom_common",
+ "target_path":"device/qcom/common",
+ "branch": "lineage-15.1"
+ },
+ {
+ "repository": "AICP/kernel_google_marlin",
+ "target_path":"kernel/google/marlin",
+ "branch": "o8.1"
+ },
+ {
+ "repository": "AICP/proprietary_vendor_google",
+ "target_path":"vendor/google",
+ "branch": "o8.1"
+ }
+]
diff --git a/lineage.mk b/aicp.mk
index 86e1dbf..bc38954 100644
--- a/lineage.mk
+++ b/aicp.mk
@@ -2,8 +2,8 @@
TARGET_SCREEN_HEIGHT := 1920
TARGET_SCREEN_WIDTH := 1080
-# 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)
# Inherit device configuration
$(call inherit-product, device/google/marlin/aosp_sailfish.mk)
@@ -11,12 +11,16 @@ $(call inherit-product, device/google/marlin/aosp_sailfish.mk)
-include device/google/marlin/sailfish/device-lineage.mk
## Device identifier. This must come after all inclusions
-PRODUCT_NAME := lineage_sailfish
+PRODUCT_NAME := aicp_sailfish
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel
TARGET_MANUFACTURER := HTC
PRODUCT_RESTRICT_VENDOR_FILES := false
+# AICP Device Maintainers
+PRODUCT_BUILD_PROP_OVERRIDES += \
+ DEVICE_MAINTAINERS="Davor B (LorD ClockaN), doc HD (semdoc)"
+
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=sailfish \
BUILD_FINGERPRINT=google/sailfish/sailfish:8.1.0/OPM1.171019.016/4503492:user/release-keys \
diff --git a/lineage.dependencies b/lineage.dependencies
deleted file mode 100644
index 11a87e5..0000000
--- a/lineage.dependencies
+++ /dev/null
@@ -1,6 +0,0 @@
-[
- {
- "repository": "android_device_google_marlin",
- "target_path": "device/google/marlin"
- }
-]