summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-10-20 10:06:47 -0700
committerDan Albert <danalbert@google.com>2016-10-20 10:06:47 -0700
commit6e5896fc7311fac246ce6bf81f538806a039fca2 (patch)
tree0065956e3c33fce43b9b0b519866ac93485af5fc
parent567db48790e87de0816105a2f25f9e1127886286 (diff)
downloadsvox-6e5896fc7311fac246ce6bf81f538806a039fca2.tar.gz
Add license to ndk_headers.
Test: make ndk Bug: None Change-Id: I5c30185accde36d7ee4cd39cb2fd1336e23c2882
-rw-r--r--Android.bp1
-rw-r--r--pico/compat/jni/NOTICE13
2 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 55bce80..2c9f87e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,4 +17,5 @@ ndk_headers {
from: "pico/compat/jni",
to: "android",
srcs: ["pico/compat/jni/tts.h"],
+ license: "pico/compat/jni/NOTICE",
}
diff --git a/pico/compat/jni/NOTICE b/pico/compat/jni/NOTICE
new file mode 100644
index 0000000..13b8949
--- /dev/null
+++ b/pico/compat/jni/NOTICE
@@ -0,0 +1,13 @@
+Copyright (C) 2009 Google Inc.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+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.