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

Commit 7d1c4b91 authored by Parth Sane's avatar Parth Sane
Browse files

Export LIBBINDER_REMOVE_CACHE_STATIC_LIST to Android.bp

Note that the namespace is "libbinder".

Flag: LIBBINDER_REMOVE_CACHE_STATIC_LIST
Bug: 333854840
Test: N/A
Change-Id: I1e06b514f4e9e8147e72511c93c03c3d8dc1dec6
parent 4fd12f8f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@ $(call soong_config_set, libbinder, release_libbinder_client_cache, $(RELEASE_LI
# Control caching while adding service in libbinder cache
$(call soong_config_set, libbinder, release_libbinder_addservice_cache, $(RELEASE_LIBBINDER_ADDSERVICE_CACHE))

# Remove static list in libbinder cache
$(call soong_config_set, libbinder, release_libbinder_remove_cache_static_list, $(RELEASE_LIBBINDER_REMOVE_CACHE_STATIC_LIST))

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