Merge "Install sqlite3 on userdebug builds"
am: 5821266790
Change-Id: I2c4cc02676809a98f184fdb3dd1358cd448245e6
This commit is contained in:
commit
1ddf97bafb
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