diff options
author | Indranil <ichakrab@codeaurora.org> | 2020-02-18 18:41:24 +0530 |
---|---|---|
committer | Indranil <ichakrab@codeaurora.org> | 2020-03-04 12:47:00 +0530 |
commit | 766318cb3c28d10ec3e501a69537d020074d9a72 (patch) | |
tree | b8714fb5cbdaa494ebc26f81ade846026e05588c | |
parent | f632e7c2f87f142f8d934cc1f1596c038b9f7d21 (diff) |
opnsrc-csys-intf-wfd: Install modules to sys-ext partition
Change-Id: I6788e1f2ec5a4f2bba012e8093594eac7c7b0c71
-rw-r--r-- | libaac/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libaac/Android.mk b/libaac/Android.mk index 38551d0..367d9c0 100644 --- a/libaac/Android.mk +++ b/libaac/Android.mk @@ -15,7 +15,7 @@ LOCAL_STATIC_LIBRARIES := libFraunhoferAAC LOCAL_32_BIT_ONLY := true LOCAL_MODULE := libwfdaac LOCAL_CFLAGS += -O0 - +LOCAL_SYSTEM_EXT_MODULE := true LOCAL_SANITIZE := integer_overflow include $(BUILD_SHARED_LIBRARY) |