Set LOCAL_MODULE_TAGS := optional, to save space in system.img.
Change-Id: I3de6564d913f56f459a717a1010311826e3f527f
This commit is contained in:
parent
29a96aff5f
commit
3d6ee5d029
|
@ -4,7 +4,8 @@ include $(CLEAR_VARS)
|
|||
# Shared library for target
|
||||
# ========================================================
|
||||
|
||||
LOCAL_MODULE:= libacc
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE := libacc
|
||||
LOCAL_SRC_FILES := acc.cpp
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libdl libcutils
|
||||
|
|
Loading…
Reference in New Issue