File tree Expand file tree Collapse file tree 2 files changed +11
-22
lines changed
Expand file tree Collapse file tree 2 files changed +11
-22
lines changed Original file line number Diff line number Diff line change @@ -10,36 +10,25 @@ test_src_files := \
1010 ObbFile_test.cpp
1111
1212shared_libraries := \
13- libandroidfw \
14- libcutils \
15- libutils \
16- libbinder \
17- libui \
18- libstlport \
19- libskia
13+ libandroidfw \
14+ libcutils \
15+ libutils \
16+ libbinder \
17+ libui \
18+ libstlport \
19+ libskia
2020
2121static_libraries := \
22- libgtest \
23- libgtest_main
24-
25- c_includes := \
26- bionic \
27- bionic/libstdc++/include \
28- external/gtest/include \
29- external/stlport/stlport \
30- external/skia/include/core
31-
32- module_tags := eng tests
22+ libgtest \
23+ libgtest_main
3324
3425$(foreach file,$(test_src_files), \
3526 $(eval include $(CLEAR_VARS)) \
3627 $(eval LOCAL_SHARED_LIBRARIES := $(shared_libraries)) \
3728 $(eval LOCAL_STATIC_LIBRARIES := $(static_libraries)) \
38- $(eval LOCAL_C_INCLUDES := $(c_includes)) \
3929 $(eval LOCAL_SRC_FILES := $(file)) \
4030 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
41- $(eval LOCAL_MODULE_TAGS := $(module_tags)) \
42- $(eval include $(BUILD_EXECUTABLE)) \
31+ $(eval include $(BUILD_NATIVE_TEST)) \
4332)
4433
4534# Build the manual test programs.
Original file line number Diff line number Diff line change 1919#include < binder/Parcel.h>
2020
2121#include < math.h>
22- #include < SkMatrix.h>
22+ #include < core/ SkMatrix.h>
2323
2424namespace android {
2525
You can’t perform that action at this time.
0 commit comments