AEX Bringup
This commit is contained in:
26
aosp.dependencies
Normal file
26
aosp.dependencies
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
@@ -18,12 +18,11 @@
|
|||||||
# Inherit from those products. Most specific first.
|
# Inherit from those products. Most specific first.
|
||||||
$(call inherit-product, device/motorola/sanders/full_sanders.mk)
|
$(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)
|
$(call inherit-product, vendor/aosp/common.mk)
|
||||||
|
|
||||||
# Boot animation
|
# Boot animation
|
||||||
TARGET_SCREEN_WIDTH := 1080
|
TARGET_BOOT_ANIMATIN_RES := 1080
|
||||||
TARGET_SCREEN_HEIGHT := 1920
|
|
||||||
|
|
||||||
## Device identifier. This must come after all inclusions
|
## Device identifier. This must come after all inclusions
|
||||||
PRODUCT_DEVICE := sanders
|
PRODUCT_DEVICE := sanders
|
||||||
@@ -35,3 +34,4 @@ PRODUCT_SYSTEM_PROPERTY_BLACKLIST := ro.product.model
|
|||||||
|
|
||||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||||
PRODUCT_NAME="Moto G5S Plus"
|
PRODUCT_NAME="Moto G5S Plus"
|
||||||
|
DEVICE_MAINTAINERS="Keertesh"
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
[
|
|
||||||
|
|
||||||
]
|
|
||||||
Reference in New Issue
Block a user