summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-10-20 22:23:47 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-20 22:23:47 +0000
commit32015a3c4923dac0dc59c4ce17a1b0944809c128 (patch)
tree0065956e3c33fce43b9b0b519866ac93485af5fc
parent4d9b2e941ce18d94005f100712266ad2009eeb5f (diff)
parent0c1c942de3b742aa02a83cb4cffd464d5a953825 (diff)
downloadsvox-32015a3c4923dac0dc59c4ce17a1b0944809c128.tar.gz
Merge "Add license to ndk_headers." am: 2dd8f16e44
am: 0c1c942de3 Change-Id: I13c02ef01ad09918f72446e23b9f6128d4007a50
-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.