summaryrefslogtreecommitdiff
path: root/fs_mgr/libvbmeta/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'fs_mgr/libvbmeta/Android.bp')
-rw-r--r--fs_mgr/libvbmeta/Android.bp13
1 files changed, 1 insertions, 12 deletions
diff --git a/fs_mgr/libvbmeta/Android.bp b/fs_mgr/libvbmeta/Android.bp
index c1970978e..bceababea 100644
--- a/fs_mgr/libvbmeta/Android.bp
+++ b/fs_mgr/libvbmeta/Android.bp
@@ -14,10 +14,6 @@
// limitations under the License.
//
-package {
- default_applicable_licenses: ["Android-Apache-2.0"],
-}
-
libvbmeta_lib_deps = [
"libbase",
"libcrypto",
@@ -54,11 +50,4 @@ cc_test_host {
"avbtool",
"vbmake",
],
- data: [
- "data/*",
- ],
- // Not unit tests due to several binary and lib dependencies currently hard to replicate in continuous execution
- test_options: {
- unit_test: false,
- },
-}
+} \ No newline at end of file