summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp19
1 files changed, 1 insertions, 18 deletions
diff --git a/Android.bp b/Android.bp
index 1376405..b99ed63 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,23 +15,6 @@
// Android build file for building the library in AOSP
// https://android.googlesource.com/platform/external/ukey2
-package {
- default_applicable_licenses: ["external_ukey2_license"],
-}
-
-// Added automatically by a large-scale-change
-// http://go/android-license-faq
-license {
- name: "external_ukey2_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-Apache-2.0",
- ],
- license_text: [
- "LICENSE",
- ],
-}
-
java_library {
name: "ukey2",
proto: {
@@ -40,7 +23,7 @@ java_library {
},
srcs: [
"**/*.proto",
- "src/main/java/**/*.java",
+ "**/*.java",
],
libs: [
"guava",