sdm660-common: Required HALs for 4.19

- Update all dependencies to my git as well
This commit is contained in:
OdSazib 2021-05-29 23:27:18 +06:00
parent 68f90e68cf
commit 8ae20c8315
No known key found for this signature in database
GPG key ID: D4CC9F3E8190970A
2 changed files with 11 additions and 11 deletions

View file

@ -3,36 +3,36 @@
"remote" : "github", "remote" : "github",
"repository" : "OdSazib/halcyon_kernel_xiaomi_sdm660", "repository" : "OdSazib/halcyon_kernel_xiaomi_sdm660",
"target_path" : "kernel/xiaomi/sdm660", "target_path" : "kernel/xiaomi/sdm660",
"branch" : "eas" "branch" : "4.19"
}, },
{ {
"remote" : "github", "remote" : "github",
"repository" : "xiaomi-sdm660/android_vendor_xiaomi_sdm660-common", "repository" : "OdSazib/vendor_xiaomi_sdm660-common",
"target_path" : "vendor/xiaomi/sdm660-common", "target_path" : "vendor/xiaomi/sdm660-common",
"branch" : "11" "branch" : "11"
}, },
{ {
"remote" : "github", "remote" : "github",
"repository" : "xiaomi-sdm660/android_vendor_xiaomi_MiuiCamera", "repository" : "OdSazib/vendor_xiaomi_MiuiCamera",
"target_path" : "vendor/xiaomi/MiuiCamera", "target_path" : "vendor/xiaomi/MiuiCamera",
"branch" : "sdm660" "branch" : "sdm660"
}, },
{
"remote" : "github", "remote" : "github",
"repository" : "AOSP-11/hardware_qcom-caf_audio_msm8998", "repository" : "OdSazib/android_hardware_qcom_display",
"target_path" : "hardware/qcom-caf/sdm660-R/audio", "target_path" : "hardware/qcom-caf/sdm660/display",
"branch" : "11" "branch" : "11"
}, },
{ {
"remote" : "github", "remote" : "github",
"repository" : "AOSP-11/hardware_qcom-caf_display_msm8998", "repository" : "OdSazib/android_hardware_qcom_media",
"target_path" : "hardware/qcom-caf/sdm660-R/display", "target_path" : "hardware/qcom-caf/sdm660/media",
"branch" : "11" "branch" : "11"
}, },
{ {
"remote" : "github", "remote" : "github",
"repository" : "AOSP-11/hardware_qcom-caf_media_msm8998", "repository" : "OdSazib/android_hardware_qcom_audio",
"target_path" : "hardware/qcom-caf/sdm660-R/media", "target_path" : "hardware/qcom-caf/sdm660/audio",
"branch" : "11" "branch" : "11"
} }
] ]

View file

@ -25,7 +25,7 @@
PRODUCT_USES_QCOM_HARDWARE := true PRODUCT_USES_QCOM_HARDWARE := true
PRODUCT_BOARD_PLATFORM := sdm660 PRODUCT_BOARD_PLATFORM := sdm660
TARGET_BOARD_PLATFORM := sdm660 TARGET_BOARD_PLATFORM := sdm660
OVERRIDE_QCOM_HARDWARE_VARIANT := sdm660-R OVERRIDE_QCOM_HARDWARE_VARIANT := sdm660
# Inherit from those products. Most specific first. # Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)