Merge "Install sqlite3 on userdebug builds" am: 5821266790 am: 1ddf97bafb

am: f7365b6137

Change-Id: I1292f19401ba3a65fedff3a75eea72bcc8ad53bc
This commit is contained in:
Colin Cross
2017-05-02 02:49:09 +00:00
committed by android-build-merger

View File

@@ -143,7 +143,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)