OSDN Git Service

Remove any stale BuildVariables.inc files in the source tree.
authorStephen Hines <srhines@google.com>
Thu, 16 Apr 2015 00:21:28 +0000 (17:21 -0700)
committerStephen Hines <srhines@google.com>
Thu, 16 Apr 2015 00:21:28 +0000 (17:21 -0700)
We previously had a bug that generated this file in the source tree instead
of in the actual build output directory.

Change-Id: Ie942750f91b37327c4f9cc8d83e0040b6e06ce2a

CleanSpec.mk

index 13a6357..df2d3de 100644 (file)
@@ -54,3 +54,4 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libLLVMARM*)
 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/app_process__asan_intermediates*)
 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libLLVM*)
 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libLLVM*)
+$(call add-clean-step, rm -f external/llvm/tools/llvm-config/BuildVariables.inc)