summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 15:04:46 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 15:04:46 +0000
commit3d333a212b79d5966fc57bd66dff84f9abbd29a9 (patch)
treed84455aa657dde0c9c3241548ceba55a4f2ca4ce
parentc0157fe840c0abf28e594a9324b36d1e53e002a3 (diff)
parent96ed94406c12c1b4765aa93a5f35f3bcd51563f2 (diff)
downloadneven-android12-mainline-ipsec-release.tar.gz
Change-Id: I58997cbb2fc6e2a3197d38447207f565c270aeef
-rw-r--r--Android.bp19
-rw-r--r--METADATA3
2 files changed, 22 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6d58846..2241ede 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_neven_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_neven_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_library_shared {
name: "libFFTEm",
@@ -111,6 +128,8 @@ cc_library_shared {
"-Wno-unused-parameter",
],
+ header_libs: ["jni_headers"],
+
local_include_dirs: [
"FaceRecEm/common/src/b_FDSDK",
"FaceRecEm/common/src",
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}