OSDN Git Service

update auto-generated makefiles
authorIliyan Malchev <malchev@google.com>
Thu, 22 Sep 2016 23:23:07 +0000 (16:23 -0700)
committerIliyan Malchev <malchev@google.com>
Thu, 22 Sep 2016 23:31:33 +0000 (23:31 +0000)
b/31524912
Test: pass

Change-Id: Iafea8f87e93181041f42820df39ec43b3c785410
Signed-off-by: Iliyan Malchev <malchev@google.com>
benchmarks/msgq/1.0/Android.mk
nfc/1.0/Android.mk
tests/bar/1.0/Android.mk
tests/baz/1.0/Android.mk
tests/expression/1.0/Android.mk
tests/foo/1.0/Android.mk
tests/libhwbinder/1.0/Android.mk
tests/msgq/1.0/Android.mk

index b08d33f..e4a2b62 100644 (file)
@@ -34,3 +34,6 @@ LOCAL_SHARED_LIBRARIES := \
 
 LOCAL_MULTILIB := both
 include $(BUILD_SHARED_LIBRARY)
+
+
+include $(call all-makefiles-under,$(LOCAL_PATH))
index 9b1d49c..79a57cc 100644 (file)
@@ -176,3 +176,6 @@ $(GEN): $(LOCAL_PATH)/INfcClientCallback.hal
        $(transform-generated-source)
 LOCAL_GENERATED_SOURCES += $(GEN)
 include $(BUILD_JAVA_LIBRARY)
+
+
+include $(call all-makefiles-under,$(LOCAL_PATH))
index 71eb751..fbf3a35 100644 (file)
@@ -35,3 +35,6 @@ LOCAL_SHARED_LIBRARIES := \
 
 LOCAL_MULTILIB := both
 include $(BUILD_SHARED_LIBRARY)
+
+
+include $(call all-makefiles-under,$(LOCAL_PATH))
index a0b36b0..6ccb89b 100644 (file)
@@ -155,3 +155,6 @@ $(GEN): $(LOCAL_PATH)/IBazCallback.hal
        $(transform-generated-source)
 LOCAL_GENERATED_SOURCES += $(GEN)
 include $(BUILD_JAVA_LIBRARY)
+
+
+include $(call all-makefiles-under,$(LOCAL_PATH))
index e35a104..08713a7 100644 (file)
@@ -62,3 +62,6 @@ $(GEN): $(LOCAL_PATH)/IExpression.hal
        $(transform-generated-source)
 LOCAL_GENERATED_SOURCES += $(GEN)
 include $(BUILD_JAVA_LIBRARY)
+
+
+include $(call all-makefiles-under,$(LOCAL_PATH))
index 10a1266..14eb76b 100644 (file)
@@ -72,3 +72,6 @@ LOCAL_SHARED_LIBRARIES := \
 
 LOCAL_MULTILIB := both
 include $(BUILD_SHARED_LIBRARY)
+
+
+include $(call all-makefiles-under,$(LOCAL_PATH))
index b4d5a71..358c3db 100644 (file)
@@ -62,3 +62,6 @@ $(GEN): $(LOCAL_PATH)/IBenchmark.hal
        $(transform-generated-source)
 LOCAL_GENERATED_SOURCES += $(GEN)
 include $(BUILD_JAVA_LIBRARY)
+
+
+include $(call all-makefiles-under,$(LOCAL_PATH))
index 5ec5492..3f97e6c 100644 (file)
@@ -34,3 +34,6 @@ LOCAL_SHARED_LIBRARIES := \
 
 LOCAL_MULTILIB := both
 include $(BUILD_SHARED_LIBRARY)
+
+
+include $(call all-makefiles-under,$(LOCAL_PATH))