summaryrefslogtreecommitdiff
path: root/libs/nativewindow/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/nativewindow/Android.bp')
-rw-r--r--libs/nativewindow/Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/libs/nativewindow/Android.bp b/libs/nativewindow/Android.bp
index 3011dccf1e..8675439938 100644
--- a/libs/nativewindow/Android.bp
+++ b/libs/nativewindow/Android.bp
@@ -12,6 +12,25 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: [
+ "frameworks_native_libs_nativewindow_license",
+ ],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "frameworks_native_libs_nativewindow_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
ndk_headers {
name: "libnativewindow_ndk_headers",
from: "include/android",