Merge "Add license to ndk_headers." am: 2dd8f16e44
am: 0c1c942de3

Change-Id: I13c02ef01ad09918f72446e23b9f6128d4007a50
diff --git a/Android.bp b/Android.bp
index 55bce80..2c9f87e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,4 +17,5 @@
     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.