logcat: permit transition to Android.bp
Permit transition of logcat to Android.bp by moving the debug target logpersist.start to the PRODUCT_PACKAGES_DEBUG list. Test: compile Change-Id: I6cfd4c40f848a2ff2661e3692fa8cd69ed99e8c9
This commit is contained in:
parent
c68434c971
commit
719790f4d4
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Packages included only for eng or userdebug builds, previously debug tagged
|
||||
PRODUCT_PACKAGES_DEBUG := \
|
||||
logpersist.start \
|
||||
perfprofd \
|
||||
sqlite3
|
||||
|
||||
|
|
Loading…
Reference in a new issue