aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2011-12-12 22:06:21 -0800
committerShih-wei Liao <sliao@google.com>2011-12-12 22:09:19 -0800
commit04efb9633510aea000aada5f5130102b241df159 (patch)
tree8e268b89384c5ac2fc59d8bb1aef74100c165eed
parentcf7e4296bb5862681f5acc4c489798329a46bd61 (diff)
downloadframeworks_compile_slang-04efb9633510aea000aada5f5130102b241df159.tar.gz
frameworks_compile_slang-04efb9633510aea000aada5f5130102b241df159.tar.bz2
frameworks_compile_slang-04efb9633510aea000aada5f5130102b241df159.zip
Fix $TBLGEN. Should be $CLANG_TBLGEN. DO NOT MERGE.
Change-Id: Ifd8ae1fab88d22cbee4e3f02d5e76d897ca0c2d2
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index fe45d86..a783ba9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -243,7 +243,7 @@ endif
# For build RSCCOptions.inc from RSCCOptions.td
intermediates := $(call local-intermediates-dir)
LOCAL_GENERATED_SOURCES += $(intermediates)/RSCCOptions.inc
-$(intermediates)/RSCCOptions.inc: $(LOCAL_PATH)/RSCCOptions.td $(CLANG_ROOT_PATH)/include/clang/Driver/OptParser.td $(TBLGEN)
+$(intermediates)/RSCCOptions.inc: $(LOCAL_PATH)/RSCCOptions.td $(CLANG_ROOT_PATH)/include/clang/Driver/OptParser.td $(CLANG_TBLGEN)
@echo "Building Renderscript compiler (llvm-rs-cc) Option tables with tblgen"
$(call transform-host-clang-td-to-out,opt-parser-defs)