summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2015-09-25 15:16:13 -0700
committerChristopher Wiley <wiley@google.com>2015-09-28 23:33:49 +0000
commitfb4b22dfbe0f87aaad492dc8a25201179c235bae (patch)
tree812620ab352f46630a5b3bc945a95498eef2fbc5 /Android.mk
parentb992b450093546d275d2da4b544a611700536e29 (diff)
downloadandroid_system_tools_aidl-fb4b22dfbe0f87aaad492dc8a25201179c235bae.tar.gz
android_system_tools_aidl-fb4b22dfbe0f87aaad492dc8a25201179c235bae.tar.bz2
android_system_tools_aidl-fb4b22dfbe0f87aaad492dc8a25201179c235bae.zip
Explicitly create container types
Now we explicitly give ourselves a change to create each container type before attempting to resolve a type name to an instance of Type. In the process we finally remove all knowledge of specific types from aidl.cpp by moving logic into the TypeNamespace itself. Bug: 24303749 Test: Compiles, unittests, clean build of aosp_arm passes. Change-Id: Ie5e1b29020618863dac9417e0a60730ddb0dfc02
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index f730731..c33476e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -42,6 +42,7 @@ LOCAL_SRC_FILES := \
parse_helpers.cpp \
search_path.cpp \
type_java.cpp \
+ type_namespace.cpp \
include $(BUILD_HOST_STATIC_LIBRARY)