OSDN Git Service

Update makefiles.
authorSteven Moreland <smoreland@google.com>
Sat, 25 Mar 2017 04:50:45 +0000 (21:50 -0700)
committerSteven Moreland <smoreland@google.com>
Sat, 25 Mar 2017 04:50:45 +0000 (21:50 -0700)
Test: pass
Change-Id: I925baccbe51a32b7b7f3f66cf2918d017ee6b039

12 files changed:
bluetooth/1.0/Android.bp
boot/1.0/Android.bp
configstore/1.0/Android.bp
ir/1.0/Android.bp
nfc/1.0/Android.bp
radio/1.0/Android.bp
renderscript/1.0/Android.bp
tests/bar/1.0/Android.bp
tests/baz/1.0/Android.bp
tests/foo/1.0/Android.bp
wifi/1.0/Android.bp
wifi/supplicant/1.0/Android.bp

index 2373ceb..75cdcfc 100644 (file)
@@ -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",
index 7265cc2..498c940 100644 (file)
@@ -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",
index c2cd54a..712e9a7 100644 (file)
@@ -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",
index da49579..5bff1d3 100644 (file)
@@ -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",
index e7305b4..7ee3a9e 100644 (file)
@@ -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",
index f59cf66..e457795 100644 (file)
@@ -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",
index cce34e7..9f2a589 100644 (file)
@@ -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",
index 694804c..2edde20 100644 (file)
@@ -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",
index 7939444..8f327e3 100644 (file)
@@ -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",
index 9572855..b221201 100644 (file)
@@ -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",
index 2319999..df5c9d2 100644 (file)
@@ -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",
index a6c2758..a0adb8d 100644 (file)
@@ -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",