Skip to content

Commit fbc3044

Browse files
committed
Change installd tests to native test target
Change-Id: Ifb2ba004e74d55ffbf01557b59ceef3232762d28
1 parent fb34490 commit fbc3044

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

cmds/installd/tests/Android.mk

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ static_libraries := \
1818
libgtest_main
1919

2020
c_includes := \
21-
frameworks/base/cmds/installd \
22-
bionic \
23-
bionic/libstdc++/include \
24-
external/gtest/include \
25-
external/stlport/stlport
26-
27-
module_tags := eng tests
21+
frameworks/base/cmds/installd
2822

2923
$(foreach file,$(test_src_files), \
3024
$(eval include $(CLEAR_VARS)) \
@@ -33,6 +27,5 @@ $(foreach file,$(test_src_files), \
3327
$(eval LOCAL_SRC_FILES := $(file)) \
3428
$(eval LOCAL_C_INCLUDES := $(c_includes)) \
3529
$(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
36-
$(eval LOCAL_MODULE_TAGS := $(module_tags)) \
37-
$(eval include $(BUILD_EXECUTABLE)) \
30+
$(eval include $(BUILD_NATIVE_TEST)) \
3831
)

0 commit comments

Comments
 (0)