summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 18:20:24 -0800
committerBob Badour <bbadour@google.com>2021-02-12 18:20:24 -0800
commitec41651309564597491f4a42d1b0f4d16da841c2 (patch)
treeca7e2e5e70d830d021588cb2e87a6457b0ba1803 /Android.bp
parent3f64d4e2fe14b5a57078e26b9e89db1ae3bd05df (diff)
downloadQuickAccessWallet-ec41651309564597491f4a42d1b0f4d16da841c2.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/QuickAccessWallet
Added SPDX-license-identifier-Apache-2.0 to: Android.bp tests/robolectric/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Id13ebea51f32c6d5301471fb328ecf27141ec376
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 90ee5d3..af9d42a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "QuickAccessWallet",
srcs: ["src/**/*.java"],