From ac9f1c02f30472f69bbac7b8cd2be08b680d09a1 Mon Sep 17 00:00:00 2001 From: Tri Vo Date: Mon, 6 Feb 2017 09:59:51 -0800 Subject: Remove vts driver/profiler build rules. Generate filegroups for .hal files so that driver/profiler build rules can migrate to another project. Bug: 34893894 Test: mmma hardware/interfaces -j32 Change-Id: Iefc98a6df16706fbb798bc32405fe8ff0c3de450 --- tests/bar/1.0/Android.bp | 12 ++++++++++++ tests/baz/1.0/Android.bp | 10 ++++++++++ tests/expression/1.0/Android.bp | 8 ++++++++ tests/foo/1.0/Android.bp | 12 ++++++++++++ tests/inheritance/1.0/Android.bp | 10 ++++++++++ tests/libhwbinder/1.0/Android.bp | 7 +++++++ tests/memory/1.0/Android.bp | 7 +++++++ tests/msgq/1.0/Android.bp | 7 +++++++ tests/pointer/1.0/Android.bp | 8 ++++++++ 9 files changed, 81 insertions(+) (limited to 'tests') diff --git a/tests/bar/1.0/Android.bp b/tests/bar/1.0/Android.bp index fbec8d1ff..924b3ab3a 100644 --- a/tests/bar/1.0/Android.bp +++ b/tests/bar/1.0/Android.bp @@ -1,5 +1,17 @@ // This file is autogenerated by hidl-gen. Do not edit manually. +filegroup { + name: "android.hardware.tests.bar@1.0_hal", + srcs: [ + "types.hal", + "IBar.hal", + "IComplicated.hal", + "IFooCallback.hal", + "IImportRules.hal", + "IImportTypes.hal", + ], +} + genrule { name: "android.hardware.tests.bar@1.0_genc++", tools: ["hidl-gen"], diff --git a/tests/baz/1.0/Android.bp b/tests/baz/1.0/Android.bp index 4106838e7..1cf71b6a1 100644 --- a/tests/baz/1.0/Android.bp +++ b/tests/baz/1.0/Android.bp @@ -1,5 +1,15 @@ // This file is autogenerated by hidl-gen. Do not edit manually. +filegroup { + name: "android.hardware.tests.baz@1.0_hal", + srcs: [ + "types.hal", + "IBase.hal", + "IBaz.hal", + "IBazCallback.hal", + ], +} + genrule { name: "android.hardware.tests.baz@1.0_genc++", tools: ["hidl-gen"], diff --git a/tests/expression/1.0/Android.bp b/tests/expression/1.0/Android.bp index bb7aeddc8..1730aba13 100644 --- a/tests/expression/1.0/Android.bp +++ b/tests/expression/1.0/Android.bp @@ -1,5 +1,13 @@ // This file is autogenerated by hidl-gen. Do not edit manually. +filegroup { + name: "android.hardware.tests.expression@1.0_hal", + srcs: [ + "IExpression.hal", + "IExpressionExt.hal", + ], +} + genrule { name: "android.hardware.tests.expression@1.0_genc++", tools: ["hidl-gen"], diff --git a/tests/foo/1.0/Android.bp b/tests/foo/1.0/Android.bp index 8294c65e4..c65d3cfa7 100644 --- a/tests/foo/1.0/Android.bp +++ b/tests/foo/1.0/Android.bp @@ -1,5 +1,17 @@ // This file is autogenerated by hidl-gen. Do not edit manually. +filegroup { + name: "android.hardware.tests.foo@1.0_hal", + srcs: [ + "types.hal", + "IFoo.hal", + "IFooCallback.hal", + "IMyTypes.hal", + "ISimple.hal", + "ITheirTypes.hal", + ], +} + genrule { name: "android.hardware.tests.foo@1.0_genc++", tools: ["hidl-gen"], diff --git a/tests/inheritance/1.0/Android.bp b/tests/inheritance/1.0/Android.bp index 4389147c1..433e9acca 100644 --- a/tests/inheritance/1.0/Android.bp +++ b/tests/inheritance/1.0/Android.bp @@ -1,5 +1,15 @@ // This file is autogenerated by hidl-gen. Do not edit manually. +filegroup { + name: "android.hardware.tests.inheritance@1.0_hal", + srcs: [ + "IChild.hal", + "IFetcher.hal", + "IGrandparent.hal", + "IParent.hal", + ], +} + genrule { name: "android.hardware.tests.inheritance@1.0_genc++", tools: ["hidl-gen"], diff --git a/tests/libhwbinder/1.0/Android.bp b/tests/libhwbinder/1.0/Android.bp index 8c27225a5..1d0b4b57d 100644 --- a/tests/libhwbinder/1.0/Android.bp +++ b/tests/libhwbinder/1.0/Android.bp @@ -1,5 +1,12 @@ // This file is autogenerated by hidl-gen. Do not edit manually. +filegroup { + name: "android.hardware.tests.libhwbinder@1.0_hal", + srcs: [ + "IBenchmark.hal", + ], +} + genrule { name: "android.hardware.tests.libhwbinder@1.0_genc++", tools: ["hidl-gen"], diff --git a/tests/memory/1.0/Android.bp b/tests/memory/1.0/Android.bp index d8fe811a7..3f27810a5 100644 --- a/tests/memory/1.0/Android.bp +++ b/tests/memory/1.0/Android.bp @@ -1,5 +1,12 @@ // This file is autogenerated by hidl-gen. Do not edit manually. +filegroup { + name: "android.hardware.tests.memory@1.0_hal", + srcs: [ + "IMemoryTest.hal", + ], +} + genrule { name: "android.hardware.tests.memory@1.0_genc++", tools: ["hidl-gen"], diff --git a/tests/msgq/1.0/Android.bp b/tests/msgq/1.0/Android.bp index 669722e36..39fef893e 100644 --- a/tests/msgq/1.0/Android.bp +++ b/tests/msgq/1.0/Android.bp @@ -1,5 +1,12 @@ // This file is autogenerated by hidl-gen. Do not edit manually. +filegroup { + name: "android.hardware.tests.msgq@1.0_hal", + srcs: [ + "ITestMsgQ.hal", + ], +} + genrule { name: "android.hardware.tests.msgq@1.0_genc++", tools: ["hidl-gen"], diff --git a/tests/pointer/1.0/Android.bp b/tests/pointer/1.0/Android.bp index be7f873da..e40003d47 100644 --- a/tests/pointer/1.0/Android.bp +++ b/tests/pointer/1.0/Android.bp @@ -1,5 +1,13 @@ // This file is autogenerated by hidl-gen. Do not edit manually. +filegroup { + name: "android.hardware.tests.pointer@1.0_hal", + srcs: [ + "IGraph.hal", + "IPointer.hal", + ], +} + genrule { name: "android.hardware.tests.pointer@1.0_genc++", tools: ["hidl-gen"], -- cgit v1.2.3