From e8d1e807b30cda30c0825f5ca15d9275ca60e751 Mon Sep 17 00:00:00 2001 From: Keertesh Date: Wed, 13 Jun 2018 13:40:56 +0530 Subject: [PATCH] AEX Bringup --- aosp.dependencies | 26 ++++++++++++++++++++++++++ aosp_sanders.mk | 6 +++--- lineage.dependencies | 3 --- 3 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 aosp.dependencies delete mode 100644 lineage.dependencies diff --git a/aosp.dependencies b/aosp.dependencies new file mode 100644 index 0000000..24ec388 --- /dev/null +++ b/aosp.dependencies @@ -0,0 +1,26 @@ +[ + { + "remote": "github", + "repository": "Keertesh19/kernel_motorola_msm8953", + "target_path": "kernel/motorola/msm8953", + "branch": "8.1-ods" + }, + { + "remote": "github", + "repository": "BigTopKrazies/vendor_motorola_sanders", + "target_path": "vendor/motorola/sanders", + "branch": "8.1" + }, + { + "remote": "github", + "repository": "PixelExperience/PixelExperience/packages_resources_MotoActions", + "target_path": "packages/resources/MotoActions", + "branch": "oreo-mr1" + }, + { + "repository": "jhenrique09/prebuilts_clang_host_linux-x86_7.0-DragonTC", + "target_path": "prebuilts/clang/host/linux-x86/7.0-DragonTC", + "branch": "master", + "remote": "github" + } +] diff --git a/aosp_sanders.mk b/aosp_sanders.mk index 11f906e..5367dfa 100644 --- a/aosp_sanders.mk +++ b/aosp_sanders.mk @@ -18,12 +18,11 @@ # Inherit from those products. Most specific first. $(call inherit-product, device/motorola/sanders/full_sanders.mk) -# Inherit some common CM stuff. +# Inherit some common AospExtended stuff. $(call inherit-product, vendor/aosp/common.mk) # Boot animation -TARGET_SCREEN_WIDTH := 1080 -TARGET_SCREEN_HEIGHT := 1920 +TARGET_BOOT_ANIMATIN_RES := 1080 ## Device identifier. This must come after all inclusions PRODUCT_DEVICE := sanders @@ -35,3 +34,4 @@ PRODUCT_SYSTEM_PROPERTY_BLACKLIST := ro.product.model PRODUCT_BUILD_PROP_OVERRIDES += \ PRODUCT_NAME="Moto G5S Plus" + DEVICE_MAINTAINERS="Keertesh" diff --git a/lineage.dependencies b/lineage.dependencies deleted file mode 100644 index 41b42e6..0000000 --- a/lineage.dependencies +++ /dev/null @@ -1,3 +0,0 @@ -[ - -]