mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Import debugging script
* https://github.com/SamarV-121/android_vendor_extra/blob/android-12.0/prebuilt/init/debugging.rc
This commit is contained in:
parent
f5cec63d36
commit
af95ebdf2b
9 changed files with 46 additions and 4 deletions
|
|
@ -270,3 +270,13 @@ PRODUCT_COPY_FILES += \
|
|||
$(LOCAL_PATH)/configs/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
|
||||
|
||||
PRODUCT_CFI_INCLUDE_PATHS += hardware/samsung_slsi/scsc_wifibt/wpa_supplicant_lib
|
||||
|
||||
# SamsungParts
|
||||
PRODUCT_PACKAGES += \
|
||||
SamsungParts \
|
||||
android.software.samsungparts@1.0-service
|
||||
|
||||
# Debug
|
||||
ifeq ($(TARGET_BUILD_VARIENT),eng)
|
||||
PRODUCT_PACKAGES += debug.rc
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue