From 21e6dfdf873ccaa211f11ca320fa8ec8acd41a92 Mon Sep 17 00:00:00 2001 From: doc HD Date: Sun, 25 Feb 2018 16:06:03 +0300 Subject: sailfish: AICPfy Change-Id: I91535a51734e825cee9b45fa488cc35b0419761a --- aicp.dependencies | 22 ++++++++++++++++++++++ aicp.mk | 29 +++++++++++++++++++++++++++++ lineage.dependencies | 6 ------ lineage.mk | 25 ------------------------- 4 files changed, 51 insertions(+), 31 deletions(-) create mode 100644 aicp.dependencies create mode 100644 aicp.mk delete mode 100644 lineage.dependencies delete mode 100644 lineage.mk 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/aicp.mk b/aicp.mk new file mode 100644 index 0000000..bc38954 --- /dev/null +++ b/aicp.mk @@ -0,0 +1,29 @@ +# Boot animation +TARGET_SCREEN_HEIGHT := 1920 +TARGET_SCREEN_WIDTH := 1080 + +# 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) + +-include device/google/marlin/sailfish/device-lineage.mk + +## Device identifier. This must come after all inclusions +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 \ + PRIVATE_BUILD_DESC="sailfish-user 8.1.0 OPM1.171019.016 4503492 release-keys" + +$(call inherit-product-if-exists, vendor/google/marlin/marlin-vendor.mk) 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" - } -] diff --git a/lineage.mk b/lineage.mk deleted file mode 100644 index 86e1dbf..0000000 --- a/lineage.mk +++ /dev/null @@ -1,25 +0,0 @@ -# Boot animation -TARGET_SCREEN_HEIGHT := 1920 -TARGET_SCREEN_WIDTH := 1080 - -# Inherit some common Lineage stuff. -$(call inherit-product, vendor/lineage/config/common_full_phone.mk) - -# Inherit device configuration -$(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_BRAND := google -PRODUCT_MODEL := Pixel -TARGET_MANUFACTURER := HTC -PRODUCT_RESTRICT_VENDOR_FILES := false - -PRODUCT_BUILD_PROP_OVERRIDES += \ - PRODUCT_NAME=sailfish \ - BUILD_FINGERPRINT=google/sailfish/sailfish:8.1.0/OPM1.171019.016/4503492:user/release-keys \ - PRIVATE_BUILD_DESC="sailfish-user 8.1.0 OPM1.171019.016 4503492 release-keys" - -$(call inherit-product-if-exists, vendor/google/marlin/marlin-vendor.mk) -- cgit v1.2.3