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

Commit 58212667 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Install sqlite3 on userdebug builds"

parents 9607ace2 9418749c
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)