summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:18:16 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:18:16 +0000
commitebad31d930e7d0b4019b5829733a96f3e10c4a61 (patch)
tree591b3b49b35560dbfdd4fbc4afcb83c7d47f5ff0 /Android.bp
parent062aa6b8b55d119bb4603c6f632f4c3d68ed9fb4 (diff)
parentbba15ec093be64a6efefda5875daae4d086db746 (diff)
downloadloganalysis-ebad31d930e7d0b4019b5829733a96f3e10c4a61.tar.gz
Snap for 8564071 from bba15ec093be64a6efefda5875daae4d086db746 to mainline-sdkext-release
Change-Id: I0b23a1091f1a01fc600cc24f27e8f773323da16f
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index d70ae95..0e77526 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,7 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-java_library_host {
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
+tradefed_java_library_host {
name: "loganalysis",
defaults: [ "tradefed_defaults" ],