summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dan Willemsen <dwillemsen@google.com> 2017-10-20 18:14:56 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-10-20 18:14:56 +0000
commitd0b0e8cc860a7753e94ba25781dd125ef34c255a (patch)
tree6f7dad0e6ab9ed7ac3ec1137432fbae7529d5959
parent4a906c167b422b26bb4dcf1956c49cacc6de139a (diff)
parenta2adda41dac8342a1eb319eee2340ad2c30088b7 (diff)
Merge "Add link_type for temp_layoutlib"
-rw-r--r--tools/layoutlib/Android.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/layoutlib/Android.mk b/tools/layoutlib/Android.mk
index 29c933ac7e75..a9f09f45e27e 100644
--- a/tools/layoutlib/Android.mk
+++ b/tools/layoutlib/Android.mk
@@ -76,6 +76,14 @@ $(LOCAL_BUILT_MODULE): $(built_oj_dep) \
$(hide) ls -l $(built_framework_classes)
+my_link_type := java
+my_warn_types :=
+my_allowed_types :=
+my_link_deps :=
+my_2nd_arch_prefix :=
+my_common := COMMON
+include $(BUILD_SYSTEM)/link_type.mk
+
#
# Include the subdir makefiles.
#