summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-10-20 22:31:24 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-20 22:31:24 +0000
commit21e0d8d8070d330d706b7fefc180686cdd6d134e (patch)
tree0065956e3c33fce43b9b0b519866ac93485af5fc
parent67137204f2cf10a60d9ea5bc021bed016fe1ec65 (diff)
parent32015a3c4923dac0dc59c4ce17a1b0944809c128 (diff)
downloadsvox-21e0d8d8070d330d706b7fefc180686cdd6d134e.tar.gz
Merge "Add license to ndk_headers." am: 2dd8f16e44 am: 0c1c942de3
am: 32015a3c49 Change-Id: Iea8c312ba03a7143645684f34052560ce7fa0124
-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.