summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/TimeStats/timestatsproto/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'services/surfaceflinger/TimeStats/timestatsproto/Android.bp')
-rw-r--r--services/surfaceflinger/TimeStats/timestatsproto/Android.bp36
1 files changed, 1 insertions, 35 deletions
diff --git a/services/surfaceflinger/TimeStats/timestatsproto/Android.bp b/services/surfaceflinger/TimeStats/timestatsproto/Android.bp
index 972edaa30b..b937f418b2 100644
--- a/services/surfaceflinger/TimeStats/timestatsproto/Android.bp
+++ b/services/surfaceflinger/TimeStats/timestatsproto/Android.bp
@@ -1,13 +1,4 @@
-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_library {
+cc_library_shared {
name: "libtimestats_proto",
export_include_dirs: ["include"],
@@ -39,28 +30,3 @@ cc_library {
"-Wno-unused-parameter",
],
}
-
-// ==== java host library for timestats proto ===========================
-// Note timestats is deprecated and is only used for legacy tests
-java_library_host {
- name: "host-timestats-proto",
- srcs: [
- "timestats.proto",
- ],
- proto: {
- type: "full",
- },
-}
-
-// ==== java device library for timestats proto ===========================
-// Note timestats is deprecated and is only used for legacy tests
-java_library {
- name: "timestats-proto",
- srcs: [
- "timestats.proto",
- ],
- proto: {
- type: "lite",
- },
- sdk_version: "current",
-}