summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-10-20 22:16:38 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-20 22:16:38 +0000
commit0c1c942de3b742aa02a83cb4cffd464d5a953825 (patch)
tree0065956e3c33fce43b9b0b519866ac93485af5fc
parent4d9b2e941ce18d94005f100712266ad2009eeb5f (diff)
parent2dd8f16e4436520b93e93aa72b92acad92c0127d (diff)
downloadsvox-0c1c942de3b742aa02a83cb4cffd464d5a953825.tar.gz
Merge "Add license to ndk_headers."
am: 2dd8f16e44 Change-Id: Ic661e94a739039c92b56113ea6c9ffe44907e463
-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.