summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-02 20:26:28 -0800
committerBob Badour <bbadour@google.com>2021-03-02 20:26:28 -0800
commit8689a8521b8e91f3e62370264231074e9c5a9904 (patch)
treeb4e503bff6eb6ada8b059816575199a5484efbf8
parentf495f0acfecd99ccf0687215e80c104b79db64c9 (diff)
downloadfirebase-messaging-8689a8521b8e91f3e62370264231074e9c5a9904.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/firebase-messaging
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: I58d5957fc8ece063a838d6d7c7fd6d68cda8393e
-rw-r--r--Android.bp19
1 files changed, 18 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index ba5f7d4..9e79511 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,23 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_firebase-messaging_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_firebase-messaging_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
android_library_import {
name: "firebase-common-aar",
aars: ["libs/firebase-common-19.5.0.aar"],
@@ -82,4 +99,4 @@ java_import {
name: "firebase-encoders-jar",
jars: ["libs/firebase-encoders-16.1.0.jar"],
sdk_version: "system_current",
-} \ No newline at end of file
+}