From 998892cce71b13c8f8ecb3e30f7eab05e9efda00 Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Thu, 22 Sep 2016 16:23:07 -0700 Subject: [PATCH] update auto-generated makefiles b/31524912 Test: pass Change-Id: Iafea8f87e93181041f42820df39ec43b3c785410 Signed-off-by: Iliyan Malchev --- benchmarks/msgq/1.0/Android.mk | 3 +++ nfc/1.0/Android.mk | 3 +++ tests/bar/1.0/Android.mk | 3 +++ tests/baz/1.0/Android.mk | 3 +++ tests/expression/1.0/Android.mk | 3 +++ tests/foo/1.0/Android.mk | 3 +++ tests/libhwbinder/1.0/Android.mk | 3 +++ tests/msgq/1.0/Android.mk | 3 +++ 8 files changed, 24 insertions(+) diff --git a/benchmarks/msgq/1.0/Android.mk b/benchmarks/msgq/1.0/Android.mk index b08d33f7ff..e4a2b62043 100644 --- a/benchmarks/msgq/1.0/Android.mk +++ b/benchmarks/msgq/1.0/Android.mk @@ -34,3 +34,6 @@ LOCAL_SHARED_LIBRARIES := \ LOCAL_MULTILIB := both include $(BUILD_SHARED_LIBRARY) + + +include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/nfc/1.0/Android.mk b/nfc/1.0/Android.mk index 9b1d49c1b3..79a57cc822 100644 --- a/nfc/1.0/Android.mk +++ b/nfc/1.0/Android.mk @@ -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)) diff --git a/tests/bar/1.0/Android.mk b/tests/bar/1.0/Android.mk index 71eb751c77..fbf3a35cc4 100644 --- a/tests/bar/1.0/Android.mk +++ b/tests/bar/1.0/Android.mk @@ -35,3 +35,6 @@ LOCAL_SHARED_LIBRARIES := \ LOCAL_MULTILIB := both include $(BUILD_SHARED_LIBRARY) + + +include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/tests/baz/1.0/Android.mk b/tests/baz/1.0/Android.mk index a0b36b0179..6ccb89b91b 100644 --- a/tests/baz/1.0/Android.mk +++ b/tests/baz/1.0/Android.mk @@ -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)) diff --git a/tests/expression/1.0/Android.mk b/tests/expression/1.0/Android.mk index e35a10496e..08713a7946 100644 --- a/tests/expression/1.0/Android.mk +++ b/tests/expression/1.0/Android.mk @@ -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)) diff --git a/tests/foo/1.0/Android.mk b/tests/foo/1.0/Android.mk index 10a1266d5f..14eb76bd51 100644 --- a/tests/foo/1.0/Android.mk +++ b/tests/foo/1.0/Android.mk @@ -72,3 +72,6 @@ LOCAL_SHARED_LIBRARIES := \ LOCAL_MULTILIB := both include $(BUILD_SHARED_LIBRARY) + + +include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/tests/libhwbinder/1.0/Android.mk b/tests/libhwbinder/1.0/Android.mk index b4d5a7141c..358c3db7c2 100644 --- a/tests/libhwbinder/1.0/Android.mk +++ b/tests/libhwbinder/1.0/Android.mk @@ -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)) diff --git a/tests/msgq/1.0/Android.mk b/tests/msgq/1.0/Android.mk index 5ec5492a26..3f97e6c367 100644 --- a/tests/msgq/1.0/Android.mk +++ b/tests/msgq/1.0/Android.mk @@ -34,3 +34,6 @@ LOCAL_SHARED_LIBRARIES := \ LOCAL_MULTILIB := both include $(BUILD_SHARED_LIBRARY) + + +include $(call all-makefiles-under,$(LOCAL_PATH))