Merge "Install sqlite3 on userdebug builds"

This commit is contained in:
Treehugger Robot 2017-05-02 02:36:57 +00:00 committed by Gerrit Code Review
commit 5821266790
1 changed files with 2 additions and 1 deletions

View File

@ -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)