Install sqlite3 on userdebug builds
sqlite3 had LOCAL_MODULE_TAGS := debug, which was not passed through when converting to soong. We prefer PRODUCT_PACKAGES_DEBUG instead, so add it there. Bug: 37627999 Test: sqlite3 is in installed-files.txt Change-Id: Idb8b3aea7b7482109aa4ed3ac0016bd84dd23f22
This commit is contained in:
parent
078aafc590
commit
9418749c48
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Packages included only for eng or userdebug builds, previously debug tagged
|
||||
PRODUCT_PACKAGES_DEBUG := \
|
||||
perfprofd
|
||||
perfprofd \
|
||||
sqlite3
|
||||
|
||||
PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\
|
||||
frameworks/base/preloaded-classes:system/etc/preloaded-classes)
|
||||
|
|
Loading…
Reference in a new issue