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

Commit 37899104 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 am: f7365b61

am: d1c7f53a

Change-Id: I0302a7b4f17cdef622444e542c2e356ccfede529
parents 01928cd7 d1c7f53a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)