Remove eng tag from input tests.
Tests always get built with the platform now anyways. Also, remove the dependency on libandroidfw since it causes issues on PDK builds. Change-Id: Ib73ec620abac3782d9fdae48778064c06b30aae0
This commit is contained in:
parent
6f783602c0
commit
eb4ed3e41d
@ -10,7 +10,6 @@ test_src_files := \
|
|||||||
shared_libraries := \
|
shared_libraries := \
|
||||||
libcutils \
|
libcutils \
|
||||||
liblog \
|
liblog \
|
||||||
libandroidfw \
|
|
||||||
libutils \
|
libutils \
|
||||||
libhardware \
|
libhardware \
|
||||||
libhardware_legacy \
|
libhardware_legacy \
|
||||||
@ -24,7 +23,7 @@ c_includes := \
|
|||||||
external/skia/include/core
|
external/skia/include/core
|
||||||
|
|
||||||
|
|
||||||
module_tags := eng tests
|
module_tags := tests
|
||||||
|
|
||||||
$(foreach file,$(test_src_files), \
|
$(foreach file,$(test_src_files), \
|
||||||
$(eval include $(CLEAR_VARS)) \
|
$(eval include $(CLEAR_VARS)) \
|
||||||
|
Loading…
Reference in New Issue
Block a user