diff --git a/bluetooth/1.0/Android.bp b/bluetooth/1.0/Android.bp index 2373cebee1..75cdcfc86e 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 7265cc2b99..498c94056b 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 c2cd54a2e7..712e9a7e87 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 da49579caa..5bff1d3578 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 e7305b4eb7..7ee3a9e132 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 f59cf662ae..e457795124 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 cce34e7e61..9f2a58909f 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 694804c1b8..2edde20888 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 7939444551..8f327e3bfc 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 957285594f..b22120182b 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 2319999155..df5c9d2855 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 a6c2758d38..a0adb8ddee 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",