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:
Michael Wright 2015-02-23 17:20:16 -08:00
parent 6f783602c0
commit eb4ed3e41d

View File

@ -10,7 +10,6 @@ test_src_files := \
shared_libraries := \
libcutils \
liblog \
libandroidfw \
libutils \
libhardware \
libhardware_legacy \
@ -24,7 +23,7 @@ c_includes := \
external/skia/include/core
module_tags := eng tests
module_tags := tests
$(foreach file,$(test_src_files), \
$(eval include $(CLEAR_VARS)) \