Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ddf97ba authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Install sqlite3 on userdebug builds"

am: 58212667

Change-Id: I2c4cc02676809a98f184fdb3dd1358cd448245e6
parents e81fffa8 58212667
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)