mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: compile debug_daemon
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
667610e1fb
commit
439e02b93b
1 changed files with 3 additions and 5 deletions
|
|
@ -66,6 +66,9 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/configs/permissions/component-overrides-bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides-bluetooth.xml
|
$(LOCAL_PATH)/configs/permissions/component-overrides-bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides-bluetooth.xml
|
||||||
|
|
||||||
|
# Debug
|
||||||
|
PRODUCT_PACKAGES += debug_daemon
|
||||||
|
|
||||||
# DRM
|
# DRM
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.drm@1.0-impl \
|
android.hardware.drm@1.0-impl \
|
||||||
|
|
@ -329,11 +332,6 @@ PRODUCT_PACKAGES += \
|
||||||
vendor.eureka.hardware.gpu@1.0-service \
|
vendor.eureka.hardware.gpu@1.0-service \
|
||||||
vendor.eureka.security.selinux@1.0-service
|
vendor.eureka.security.selinux@1.0-service
|
||||||
|
|
||||||
# Debug
|
|
||||||
ifeq ($(TARGET_BUILD_VARIENT),eng)
|
|
||||||
PRODUCT_PACKAGES += debug.rc
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Extra Command-Line Tools
|
# Extra Command-Line Tools
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
sgdisk
|
sgdisk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue