aboutsummaryrefslogtreecommitdiff
path: root/libc/system_properties/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/system_properties/Android.bp')
-rw-r--r--libc/system_properties/Android.bp27
1 files changed, 0 insertions, 27 deletions
diff --git a/libc/system_properties/Android.bp b/libc/system_properties/Android.bp
index af8bda9f7..8780ddae3 100644
--- a/libc/system_properties/Android.bp
+++ b/libc/system_properties/Android.bp
@@ -1,13 +1,3 @@
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "bionic_libc_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- // SPDX-license-identifier-BSD
- default_applicable_licenses: ["bionic_libc_license"],
-}
-
cc_library_static {
name: "libsystemproperties",
defaults: ["libc_defaults"],
@@ -33,20 +23,3 @@ cc_library_static {
],
export_include_dirs: ["include"],
}
-
-cc_benchmark {
- name: "property_context_lookup_benchmark",
- srcs: [
- "context_lookup_benchmark.cpp",
- ],
- include_dirs: [
- "bionic/libc",
- ],
-
- shared_libs: ["libbase"],
- static_libs: [
- "libpropertyinfoserializer",
- "libsystemproperties",
- "libasync_safe",
- ],
-}