libion: use correct build vars in makefile
Change-Id: I74c8e723e4f15d3806c1834b069bcb1fd56ac4fa Signed-off-by: Dima Zavin <dima@android.com>
This commit is contained in:
parent
c4ddca25e0
commit
e92b158de7
1 changed files with 2 additions and 2 deletions
|
|
@ -5,11 +5,11 @@ LOCAL_SRC_FILES := ion.c
|
|||
LOCAL_MODULE := libion
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_SHARED_LIBRARIES := liblog
|
||||
include $(BUILD_HEAPTRACKED_SHARED_LIBRARY)
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_SRC_FILES := ion.c ion_test.c
|
||||
LOCAL_MODULE := iontest
|
||||
LOCAL_MODULE_TAGS := optional tests
|
||||
LOCAL_SHARED_LIBRARIES := liblog
|
||||
include $(BUILD_HEAPTRACKED_EXECUTABLE)
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue