Set LOCAL_MODULE_TAGS := optional, to save space in system.img.

Change-Id: I3de6564d913f56f459a717a1010311826e3f527f
This commit is contained in:
Shih-wei Liao 2010-07-22 11:23:16 -07:00
parent 29a96aff5f
commit 3d6ee5d029
1 changed files with 2 additions and 1 deletions

View File

@ -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