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

Commit 3dd42844 authored by Mark Fasheh's avatar Mark Fasheh
Browse files

Hook RELEASE_MESSAGEQUEUE_IMPLEMENTATION into build

This will allow us to select between implemenations in
frameworks/base/core/java/Android.bp

Ignore-AOSP-First: Part of an internal patch series
Test: atest MessageQueueTest
Test: boot phone and use it
Bug: 336880969
Change-Id: Ib8d18cc9b276afc3b9df2ce8a515b92f5dc2d13a
parent f87a61ab
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19,3 +19,6 @@

# 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))