summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-05 19:38:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-05 19:38:21 +0000
commitbd58eb604d70c6bd5516bcd6adb18038d622758a (patch)
treeabad0f19e7bf6fb5486dbf2c0ef6d3fb1e9f9a59
parent7f20f1d90e9168bd97013786a413c1ca1d198724 (diff)
parent8f226c83c5e0ad9ca766b4f7b118925289f7389e (diff)
downloadOneTimeInitializer-bd58eb604d70c6bd5516bcd6adb18038d622758a.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/OneTimeInitializer"android-s-preview-1
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0bc44e8..063a01b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "OneTimeInitializer",
srcs: ["src/**/*.java"],