sdm660-common: Use custom R hals for sdm660
* R hals and adapted for product config * If your rom uses boardconfig for hal and soc, place them to BoardConfig instead
This commit is contained in:
parent
4d2ff378d2
commit
996be98aad
2 changed files with 22 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
[
|
||||
{
|
||||
"remote" : "github",
|
||||
"repository" : "xiaomi-sdm660/android_kernel_xiaomi_sdm660",
|
||||
"repository" : "OdSazib/halcyon_kernel_xiaomi_sdm660",
|
||||
"target_path" : "kernel/xiaomi/sdm660",
|
||||
"branch" : "11-EAS"
|
||||
"branch" : "eas"
|
||||
},
|
||||
{
|
||||
"remote" : "github",
|
||||
|
@ -16,5 +16,23 @@
|
|||
"repository" : "xiaomi-sdm660/android_vendor_xiaomi_MiuiCamera",
|
||||
"target_path" : "vendor/xiaomi/MiuiCamera",
|
||||
"branch" : "sdm660"
|
||||
},
|
||||
|
||||
"remote" : "github",
|
||||
"repository" : "AOSP-11/hardware_qcom-caf_audio_msm8998",
|
||||
"target_path" : "hardware/qcom-caf/sdm660-R/audio",
|
||||
"branch" : "11"
|
||||
},
|
||||
{
|
||||
"remote" : "github",
|
||||
"repository" : "AOSP-11/hardware_qcom-caf_display_msm8998",
|
||||
"target_path" : "hardware/qcom-caf/sdm660-R/display",
|
||||
"branch" : "11"
|
||||
},
|
||||
{
|
||||
"remote" : "github",
|
||||
"repository" : "AOSP-11/hardware_qcom-caf_media_msm8998",
|
||||
"target_path" : "hardware/qcom-caf/sdm660-R/media",
|
||||
"branch" : "11"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
# Board
|
||||
PRODUCT_USES_QCOM_HARDWARE := true
|
||||
PRODUCT_BOARD_PLATFORM := sdm660
|
||||
TARGET_BOARD_PLATFORM := sdm660
|
||||
OVERRIDE_QCOM_HARDWARE_VARIANT := sdm660-R
|
||||
|
||||
# Inherit from those products. Most specific first.
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
|
|
Loading…
Reference in a new issue