aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinichiro Hamaji <hamaji@google.com>2016-04-06 15:56:19 +0900
committerShinichiro Hamaji <hamaji@google.com>2016-04-06 15:56:19 +0900
commit0d72cf6e46adfb00c0a8ec217ce31a38d61e4eb8 (patch)
treec7ee0250b646c45583efc1f27fa8a5cf412eed8c
parentcf26fc9c6ac98ee27b605435b06795a37ed61169 (diff)
downloadlldb-master.tar.gz
AttrList.inc won't be pulled by AttrParsedAttrList.inc after https://android-review.googlesource.com/#/c/213220/ Change-Id: I4d336d7e1832903c9ab37cc6c6924c0a01c12a9b
-rw-r--r--source/Expression/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Expression/Android.mk b/source/Expression/Android.mk
index 46858a212..49944532c 100644
--- a/source/Expression/Android.mk
+++ b/source/Expression/Android.mk
@@ -4,6 +4,7 @@ include $(CLEAR_VARS)
include $(CLEAR_TBLGEN_VARS)
TBLGEN_TABLES := \
+ AttrList.inc \
AttrParsedAttrList.inc \
Attrs.inc \
CommentCommandList.inc \