Fix typo: test -> tests in makefile tags

Change-Id: Icf23b5ae5d84f6ba9032d1707635a75352f920d2
This commit is contained in:
Jean-Baptiste Queru
2010-01-06 10:53:44 -08:00
parent 5e3f6caeb0
commit f66de3cd8e

View File

@@ -23,7 +23,7 @@ LOCAL_SHARED_LIBRARIES:= \
libutils
LOCAL_MODULE:= invoke_mock_media_player
LOCAL_MODULE_TAGS := test eng
LOCAL_MODULE_TAGS := tests eng
LOCAL_PRELINK_MODULE:= false
include $(BUILD_SHARED_LIBRARY)