kunlun2: revengeos bringup
This commit is contained in:
parent
cce79e583c
commit
243fbf3ea8
3 changed files with 3 additions and 26 deletions
|
@ -1,2 +1,2 @@
|
|||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/aosp_kunlun2.mk
|
||||
$(LOCAL_DIR)/revengeos_kunlun2.mk
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
[
|
||||
{
|
||||
"repository": "packages_apps_PixelLiveWallpaper",
|
||||
"target_path": "packages/apps/PixelLiveWallpaper",
|
||||
"branch": "ten",
|
||||
"remote": "pixel-gitlab"
|
||||
},
|
||||
{
|
||||
"remote": "github",
|
||||
"repository": "PixelExperience-Devices/kernel_lenovo_kunlun2",
|
||||
"target_path": "kernel/lenovo/kunlun2",
|
||||
"branch": "ten"
|
||||
},
|
||||
{
|
||||
"remote": "pixel-devices-bitbucket",
|
||||
"repository": "vendor_lenovo_kunlun2",
|
||||
"target_path": "vendor/lenovo/kunlun2",
|
||||
"branch": "ten"
|
||||
}
|
||||
]
|
|
@ -16,16 +16,13 @@
|
|||
|
||||
$(call inherit-product, $(LOCAL_PATH)/device.mk)
|
||||
|
||||
# Pixel Experience targets
|
||||
TARGET_GAPPS_ARCH := arm64
|
||||
TARGET_SUPPORTS_GOOGLE_RECORDER := true
|
||||
TARGET_BOOT_ANIMATION_RES := 1080
|
||||
|
||||
# Inherit some common Lineage stuff
|
||||
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
|
||||
$(call inherit-product, vendor/revengeos/config/common.mk)
|
||||
|
||||
# Device identifier. This must come after all inclusions.
|
||||
PRODUCT_NAME := aosp_kunlun2
|
||||
PRODUCT_NAME := revengeos_kunlun2
|
||||
PRODUCT_BRAND := lenovo
|
||||
PRODUCT_DEVICE := kunlun2
|
||||
PRODUCT_MANUFACTURER := lenovo
|
Loading…
Reference in a new issue