]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-hardware-interfaces.git/blobdiff - tests/safeunion/1.0/Android.bp
Adding HIDL interface type to safeunion test HAL
[android/platform-hardware-interfaces.git] / tests / safeunion / 1.0 / Android.bp
index 5082f47212f7b4e6afd7a7023dbf7703895ee592..4c6631ee4f708e6e4dec60b927bbe5e716187530 100644 (file)
@@ -4,18 +4,12 @@ hidl_interface {
     name: "android.hardware.tests.safeunion@1.0",
     root: "android.hardware",
     srcs: [
-        "types.hal",
+        "IOtherInterface.hal",
         "ISafeUnion.hal",
     ],
     interfaces: [
         "android.hidl.base@1.0",
     ],
-    types: [
-        "EmptySafeUnion",
-        "SmallSafeUnion",
-        "LargeSafeUnion",
-        "MiscTypesSafeUnion",
-    ],
     gen_java: false,
 }