summaryrefslogtreecommitdiff
path: root/libs/nativebase/Android.bp
diff options
context:
space:
mode:
author Bob Badour <bbadour@google.com> 2021-02-18 01:57:58 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-02-18 01:57:58 +0000
commit57bbbd0115ae8fb8a5271eea1c38bcff470dff64 (patch)
treeaa97881a782e23de1439a851181b79a0a8594dd4 /libs/nativebase/Android.bp
parent050ca4a62f890f8746dd1ef1452c501627d84fab (diff)
parent2e6718529b3f3b55d310db6738e71255e9b74dee (diff)
Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native" into sc-dev
Diffstat (limited to 'libs/nativebase/Android.bp')
-rw-r--r--libs/nativebase/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/nativebase/Android.bp b/libs/nativebase/Android.bp
index 8399e8ce0a..1a4729c610 100644
--- a/libs/nativebase/Android.bp
+++ b/libs/nativebase/Android.bp
@@ -12,6 +12,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["frameworks_native_libs_nativebase_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "frameworks_native_libs_nativebase_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_library_headers {
name: "libnativebase_headers",
vendor_available: true,