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

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

Merge "Install sqlite3 on userdebug builds" am: 58212667

am: 1ddf97ba

Change-Id: I07908ce9c327fcbd4768446ede1b532b348e0897
parents d8988684 1ddf97ba
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)