summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
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" ],