diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2021-08-13 00:46:26 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2021-08-13 00:46:26 -0700 |
commit | 4be985158cb836c540d6d6a7cd3d1b2f6939c6c2 (patch) | |
tree | 0b70323fe99c1b4674890c4b6464422719d753ca | |
parent | 9db2036d777efabd035cb4fc8b947edf85392b88 (diff) | |
parent | ec79f086fd5c29a957e8858f018557bf5095b2c5 (diff) |
Merge ec79f086fd5c29a957e8858f018557bf5095b2c5 on remote branch
Change-Id: I3b396c1695ec972cd0e58bad583d1bd3e39b6e3d
-rw-r--r-- | base.mk | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -943,7 +943,8 @@ PRODUCT_PACKAGES_DEBUG := init.qcom.testscripts.sh #DebugUtils HAL PRODUCT_PACKAGES_DEBUG += \ vendor.qti.hardware.debugutils@1.0-impl \ - vendor.qti.hardware.debugutils@1.0-service + vendor.qti.hardware.debugutils@1.0-service \ + PerfettoConfig.cfg #Add init.qcom.test.rc to PRODUCT_PACKAGES_DEBUG list PRODUCT_PACKAGES_DEBUG += init.qcom.test.rc @@ -1083,7 +1084,8 @@ PRODUCT_PACKAGES_DEBUG += \ init.qti.debug-lito.sh \ init.qti.debug-atoll.sh \ init.qti.debug-trinket.sh \ - init.qti.debug-bengal.sh + init.qti.debug-bengal.sh \ + init.qti.debug-khaje.sh PRODUCT_PACKAGES += liboemaids_system PRODUCT_PACKAGES += liboemaids_vendor |