Fix Android framework builds
authorDerek Sollenberger <djsollen@google.com>
Wed, 6 Aug 2014 20:31:41 +0000 (16:31 -0400)
committerDerek Sollenberger <djsollen@google.com>
Wed, 6 Aug 2014 20:31:41 +0000 (16:31 -0400)
R=mtklein@google.com

Review URL: https://codereview.chromium.org/450503002

platform_tools/android/gyp_gen/makefile_writer.py

index c788827..ddd584e 100644 (file)
@@ -117,15 +117,11 @@ SKIA_TOOLS = (
 #
 
 # benchmark (timings)
-include $(BASE_PATH)/bench/Android.mk
 include $(BASE_PATH)/tools/Android.mk
 
 # golden-master (fidelity / regression test)
 include $(BASE_PATH)/gm/Android.mk
 
-# unit-tests
-include $(BASE_PATH)/tests/Android.mk
-
 # diamond-master (one test to rule them all)
 include $(BASE_PATH)/dm/Android.mk
 """