summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Veit <claymore1298@gmail.com>2019-08-03 10:35:35 +0200
committerJulian Veit <claymore1298@gmail.com>2019-08-03 10:40:10 +0200
commit735756700a26240a644e91ab09cee81b18a683c7 (patch)
treefd6f2b2f0c44216a3f35e187fcda8e045cbb9f40
parent8edf36c2132765a25483c12300cbf713cd4f1cbd (diff)
JamesDSPManager: override package MusicFX
Change-Id: I2277a327a0a21e4203ed1a4c7a425f26a2559d28
-rw-r--r--app/src/main/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/Android.mk b/app/src/main/Android.mk
index 97c8d59..add59a6 100644
--- a/app/src/main/Android.mk
+++ b/app/src/main/Android.mk
@@ -22,6 +22,8 @@ LOCAL_PRIVATE_PLATFORM_APIS := true
LOCAL_PACKAGE_NAME := JamesDSPManager
+LOCAL_OVERRIDES_PACKAGES := MusicFX
+
include $(BUILD_PACKAGE)
# Use the folloing include to make our test apk.