summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:38:12 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:38:12 -0800
commit62f9d41ced76b719eabe1a20e29919523515fd1a (patch)
tree547dad8b6e8aabc6b73b01dc9098b6b5b90e5630
parent7971a2d667b3fe6e945e5f42b98bd7d38593c227 (diff)
downloadBookmarkProvider-62f9d41ced76b719eabe1a20e29919523515fd1a.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/providers/BookmarkProvider
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: If2f26478ebc116b44a36a2ca431b08e59347880e
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0f73493..8fcf279 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
// License for the specific language governing permissions and limitations under
// the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "BookmarkProvider",
srcs: ["src/**/*.java"],