mirror of
https://github.com/openharmony/third_party_tinyalsa.git
synced 2026-07-19 23:33:30 -04:00
Android.mk: Disable prelinking by default
Support building out of the box on Android releases that don't have this library in their prelink map.
This commit is contained in:
@@ -6,6 +6,7 @@ LOCAL_SRC_FILES:= mixer.c pcm.c
|
||||
LOCAL_MODULE := libtinyalsa
|
||||
LOCAL_SHARED_LIBRARIES:= libcutils libutils
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user