summaryrefslogtreecommitdiff
path: root/libs/arect/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/arect/Android.bp')
-rw-r--r--libs/arect/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/arect/Android.bp b/libs/arect/Android.bp
index 80aa8916da..bb40f5146e 100644
--- a/libs/arect/Android.bp
+++ b/libs/arect/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_arect_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "frameworks_native_libs_arect_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
ndk_headers {
name: "libarect_headers_for_ndk",
from: "include/android",