summaryrefslogtreecommitdiff
path: root/bootstat/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'bootstat/Android.bp')
-rw-r--r--bootstat/Android.bp9
1 files changed, 1 insertions, 8 deletions
diff --git a/bootstat/Android.bp b/bootstat/Android.bp
index ca59ef39b..edff26df5 100644
--- a/bootstat/Android.bp
+++ b/bootstat/Android.bp
@@ -14,10 +14,6 @@
// limitations under the License.
//
-package {
- default_applicable_licenses: ["Android-Apache-2.0"],
-}
-
bootstat_lib_src_files = [
"boot_event_record_store.cpp",
]
@@ -35,7 +31,7 @@ cc_defaults {
"libcutils",
"liblog",
],
- header_libs: ["libgtest_prod_headers"],
+ static_libs: ["libgtest_prod"],
}
// bootstat static library
@@ -97,7 +93,4 @@ cc_test {
"boot_event_record_store_test.cpp",
"testrunner.cpp",
],
- test_options: {
- unit_test: true,
- },
}