Merge "Stop using the files target for droidcore" am: 7c7252d628 am: 2088fbbabb

am: c45a06de0c

Change-Id: I30cb945f01b30bc77a48e7ef0b99884b8006f157
This commit is contained in:
Dan Willemsen
2019-01-15 12:07:49 -08:00
committed by android-build-merger
2 changed files with 4 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ $(MODULE_INFO_JSON):
# If ONE_SHOT_MAKEFILE is set, our view of the world is smaller, so don't
# rewrite the file in that came.
ifndef ONE_SHOT_MAKEFILE
files: $(MODULE_INFO_JSON)
droidcore: $(MODULE_INFO_JSON)
endif
$(call dist-for-goals, general-tests, $(MODULE_INFO_JSON))