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:
Gabriel2392 2021-10-22 10:34:56 +00:00 committed by roynatech2544
commit af95ebdf2b
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
9 changed files with 46 additions and 4 deletions

View file

@ -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