commit | 2d11dfba277b2f9d98f00a32510d612e779ba757 | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Mon Jun 08 14:34:26 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Mon Jun 08 14:34:26 2009 -0700 |
tree | 8e26048544c8f26db2dfa4e36e3e56d3ed9d7053 | |
parent | ce51b3b55f3facfce5dccebc73bd1903e163103e [diff] [blame] |
Move macros into their own table. Catch attempts to define macros with parens (not supported.)
diff --git a/libacc/Android.mk b/libacc/Android.mk index 77c71c6..923de60 100644 --- a/libacc/Android.mk +++ b/libacc/Android.mk
@@ -12,7 +12,7 @@ LOCAL_SRC_FILES += disassem.cpp endif -LOCAL_SHARED_LIBRARIES := libdl +LOCAL_SHARED_LIBRARIES := libdl libcutils include $(BUILD_SHARED_LIBRARY)