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

Commit 47738031 authored by Nate Jiang's avatar Nate Jiang Committed by Gerrit Code Review
Browse files

Merge "Hook RELEASE_MESSAGEQUEUE_IMPLEMENTATION into build" into main

parents 31dfdece 735f41a9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -22,3 +22,6 @@ $(call soong_config_set, libbinder, release_libbinder_client_cache, $(RELEASE_LI

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

# Use the configured MessageQueue implementation
$(call soong_config_set, messagequeue, release_package_messagequeue_implementation, $(RELEASE_PACKAGE_MESSAGEQUEUE_IMPLEMENTATION))