From e90c31f1259ce8bcbd437736022b7260143ce560 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 24 Mar 2017 21:50:45 -0700 Subject: [PATCH] Update makefiles. Test: pass Change-Id: I925baccbe51a32b7b7f3f66cf2918d017ee6b039 --- bluetooth/1.0/Android.bp | 1 + boot/1.0/Android.bp | 1 + configstore/1.0/Android.bp | 1 + ir/1.0/Android.bp | 1 + nfc/1.0/Android.bp | 1 + radio/1.0/Android.bp | 1 + renderscript/1.0/Android.bp | 1 + tests/bar/1.0/Android.bp | 1 + tests/baz/1.0/Android.bp | 1 + tests/foo/1.0/Android.bp | 1 + wifi/1.0/Android.bp | 1 + wifi/supplicant/1.0/Android.bp | 1 + 12 files changed, 12 insertions(+) diff --git a/bluetooth/1.0/Android.bp b/bluetooth/1.0/Android.bp index 2373cebe..75cdcfc8 100644 --- a/bluetooth/1.0/Android.bp +++ b/bluetooth/1.0/Android.bp @@ -32,6 +32,7 @@ genrule { ], out: [ "android/hardware/bluetooth/1.0/types.h", + "android/hardware/bluetooth/1.0/hwtypes.h", "android/hardware/bluetooth/1.0/IBluetoothHci.h", "android/hardware/bluetooth/1.0/IHwBluetoothHci.h", "android/hardware/bluetooth/1.0/BnHwBluetoothHci.h", diff --git a/boot/1.0/Android.bp b/boot/1.0/Android.bp index 7265cc2b..498c9405 100644 --- a/boot/1.0/Android.bp +++ b/boot/1.0/Android.bp @@ -30,6 +30,7 @@ genrule { ], out: [ "android/hardware/boot/1.0/types.h", + "android/hardware/boot/1.0/hwtypes.h", "android/hardware/boot/1.0/IBootControl.h", "android/hardware/boot/1.0/IHwBootControl.h", "android/hardware/boot/1.0/BnHwBootControl.h", diff --git a/configstore/1.0/Android.bp b/configstore/1.0/Android.bp index c2cd54a2..712e9a7e 100644 --- a/configstore/1.0/Android.bp +++ b/configstore/1.0/Android.bp @@ -30,6 +30,7 @@ genrule { ], out: [ "android/hardware/configstore/1.0/types.h", + "android/hardware/configstore/1.0/hwtypes.h", "android/hardware/configstore/1.0/ISurfaceFlingerConfigs.h", "android/hardware/configstore/1.0/IHwSurfaceFlingerConfigs.h", "android/hardware/configstore/1.0/BnHwSurfaceFlingerConfigs.h", diff --git a/ir/1.0/Android.bp b/ir/1.0/Android.bp index da49579c..5bff1d35 100644 --- a/ir/1.0/Android.bp +++ b/ir/1.0/Android.bp @@ -30,6 +30,7 @@ genrule { ], out: [ "android/hardware/ir/1.0/types.h", + "android/hardware/ir/1.0/hwtypes.h", "android/hardware/ir/1.0/IConsumerIr.h", "android/hardware/ir/1.0/IHwConsumerIr.h", "android/hardware/ir/1.0/BnHwConsumerIr.h", diff --git a/nfc/1.0/Android.bp b/nfc/1.0/Android.bp index e7305b4e..7ee3a9e1 100644 --- a/nfc/1.0/Android.bp +++ b/nfc/1.0/Android.bp @@ -32,6 +32,7 @@ genrule { ], out: [ "android/hardware/nfc/1.0/types.h", + "android/hardware/nfc/1.0/hwtypes.h", "android/hardware/nfc/1.0/INfc.h", "android/hardware/nfc/1.0/IHwNfc.h", "android/hardware/nfc/1.0/BnHwNfc.h", diff --git a/radio/1.0/Android.bp b/radio/1.0/Android.bp index f59cf662..e4577951 100644 --- a/radio/1.0/Android.bp +++ b/radio/1.0/Android.bp @@ -38,6 +38,7 @@ genrule { ], out: [ "android/hardware/radio/1.0/types.h", + "android/hardware/radio/1.0/hwtypes.h", "android/hardware/radio/1.0/IRadio.h", "android/hardware/radio/1.0/IHwRadio.h", "android/hardware/radio/1.0/BnHwRadio.h", diff --git a/renderscript/1.0/Android.bp b/renderscript/1.0/Android.bp index cce34e7e..9f2a5890 100644 --- a/renderscript/1.0/Android.bp +++ b/renderscript/1.0/Android.bp @@ -32,6 +32,7 @@ genrule { ], out: [ "android/hardware/renderscript/1.0/types.h", + "android/hardware/renderscript/1.0/hwtypes.h", "android/hardware/renderscript/1.0/IContext.h", "android/hardware/renderscript/1.0/IHwContext.h", "android/hardware/renderscript/1.0/BnHwContext.h", diff --git a/tests/bar/1.0/Android.bp b/tests/bar/1.0/Android.bp index 694804c1..2edde208 100644 --- a/tests/bar/1.0/Android.bp +++ b/tests/bar/1.0/Android.bp @@ -38,6 +38,7 @@ genrule { ], out: [ "android/hardware/tests/bar/1.0/types.h", + "android/hardware/tests/bar/1.0/hwtypes.h", "android/hardware/tests/bar/1.0/IBar.h", "android/hardware/tests/bar/1.0/IHwBar.h", "android/hardware/tests/bar/1.0/BnHwBar.h", diff --git a/tests/baz/1.0/Android.bp b/tests/baz/1.0/Android.bp index 79394445..8f327e3b 100644 --- a/tests/baz/1.0/Android.bp +++ b/tests/baz/1.0/Android.bp @@ -34,6 +34,7 @@ genrule { ], out: [ "android/hardware/tests/baz/1.0/types.h", + "android/hardware/tests/baz/1.0/hwtypes.h", "android/hardware/tests/baz/1.0/IBase.h", "android/hardware/tests/baz/1.0/IHwBase.h", "android/hardware/tests/baz/1.0/BnHwBase.h", diff --git a/tests/foo/1.0/Android.bp b/tests/foo/1.0/Android.bp index 95728559..b2212018 100644 --- a/tests/foo/1.0/Android.bp +++ b/tests/foo/1.0/Android.bp @@ -38,6 +38,7 @@ genrule { ], out: [ "android/hardware/tests/foo/1.0/types.h", + "android/hardware/tests/foo/1.0/hwtypes.h", "android/hardware/tests/foo/1.0/IFoo.h", "android/hardware/tests/foo/1.0/IHwFoo.h", "android/hardware/tests/foo/1.0/BnHwFoo.h", diff --git a/wifi/1.0/Android.bp b/wifi/1.0/Android.bp index 23199991..df5c9d28 100644 --- a/wifi/1.0/Android.bp +++ b/wifi/1.0/Android.bp @@ -54,6 +54,7 @@ genrule { ], out: [ "android/hardware/wifi/1.0/types.h", + "android/hardware/wifi/1.0/hwtypes.h", "android/hardware/wifi/1.0/IWifi.h", "android/hardware/wifi/1.0/IHwWifi.h", "android/hardware/wifi/1.0/BnHwWifi.h", diff --git a/wifi/supplicant/1.0/Android.bp b/wifi/supplicant/1.0/Android.bp index a6c2758d..a0adb8dd 100644 --- a/wifi/supplicant/1.0/Android.bp +++ b/wifi/supplicant/1.0/Android.bp @@ -52,6 +52,7 @@ genrule { ], out: [ "android/hardware/wifi/supplicant/1.0/types.h", + "android/hardware/wifi/supplicant/1.0/hwtypes.h", "android/hardware/wifi/supplicant/1.0/ISupplicant.h", "android/hardware/wifi/supplicant/1.0/IHwSupplicant.h", "android/hardware/wifi/supplicant/1.0/BnHwSupplicant.h", -- 2.11.0