summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2019-11-07 20:14:01 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-07 20:14:01 -0800
commit58feda2a121806c08d7b8e74ca31c18d282502f5 (patch)
tree10a549c16816e79098799ccdf2794158cc67b935
parent23b8b34588dba7161af79b332d74fe2bc0b85064 (diff)
parent63cd75e3558bada25a221e9afac6d34ae1dc9c4f (diff)
downloadvndk-58feda2a121806c08d7b8e74ca31c18d282502f5.tar.gz
Adding vndk-related *.libraries.txt modules
am: 63cd75e355 Change-Id: Ib54fb614411bd7650bea07fd8cb6cda7f40ea3f1
-rw-r--r--Android.bp33
1 files changed, 33 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..fd71aa3
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,33 @@
+// Copyright 2019 Google Inc. All rights reserved.
+//
+// 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.
+
+vndk_libraries_txt {
+ name: "llndk.libraries.txt",
+}
+
+vndk_libraries_txt {
+ name: "vndkcore.libraries.txt",
+}
+
+vndk_libraries_txt {
+ name: "vndksp.libraries.txt",
+}
+
+vndk_libraries_txt {
+ name: "vndkprivate.libraries.txt",
+}
+
+vndk_libraries_txt {
+ name: "vndkcorevariant.libraries.txt",
+}