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)