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

Commit bb7b87eb authored by Lee Shombert's avatar Lee Shombert
Browse files

Export the sqlite build flag to soong

The soong variable is release_package_libsqlite3.  The domain is
libsqlite3.

Bug: 323176655
Change-Id: I7d32a8f1b8d1a22ebce603c06aab602c67f96838
parent c045176c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -492,5 +492,8 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\

$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)

# Use the configured release of sqlite
$(call soong_config_set, libsqlite3, release_package_libsqlite3, $(RELEASE_PACKAGE_LIBSQLITE3))

# Use "image" APEXes always.
$(call inherit-product,$(SRC_TARGET_DIR)/product/updatable_apex.mk)