summaryrefslogtreecommitdiff
path: root/services/gpuservice/tests/unittests/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'services/gpuservice/tests/unittests/Android.bp')
-rw-r--r--services/gpuservice/tests/unittests/Android.bp21
1 files changed, 0 insertions, 21 deletions
diff --git a/services/gpuservice/tests/unittests/Android.bp b/services/gpuservice/tests/unittests/Android.bp
index 6d87c45921..538506da77 100644
--- a/services/gpuservice/tests/unittests/Android.bp
+++ b/services/gpuservice/tests/unittests/Android.bp
@@ -12,15 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "frameworks_native_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["frameworks_native_license"],
-}
-
cc_test {
name: "gpuservice_unittest",
test_suites: ["device-tests"],
@@ -28,30 +19,18 @@ cc_test {
address: true,
},
srcs: [
- "GpuMemTest.cpp",
- "GpuMemTracerTest.cpp",
"GpuStatsTest.cpp",
],
shared_libs: [
- "libbase",
- "libbpf",
- "libbpf_android",
"libcutils",
"libgfxstats",
- "libgpumem",
- "libgpumemtracer",
"libgraphicsenv",
"liblog",
- "libprotobuf-cpp-lite",
- "libprotoutil",
"libstatslog",
"libstatspull",
"libutils",
],
static_libs: [
"libgmock",
- "libperfetto_client_experimental",
- "perfetto_trace_protos",
],
- require_root: true,
}