AEX Bringup

This commit is contained in:
Keertesh
2018-06-13 13:40:56 +05:30
committed by Keertesh19
parent 0e42d461e5
commit e8d1e807b3
3 changed files with 29 additions and 6 deletions

26
aosp.dependencies Normal file
View File

@@ -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"
}
]

View File

@@ -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"

View File

@@ -1,3 +0,0 @@
[
]