diff options
| author | Jooyung Han <jooyung@google.com> | 2019-11-07 20:26:05 -0800 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-11-07 20:26:05 -0800 |
| commit | 3e3f2cb7686d46a67b3f477835834fe01501acf7 (patch) | |
| tree | 10a549c16816e79098799ccdf2794158cc67b935 | |
| parent | 8c1e10c1c243895d3b6ef3ce68a4e095bddbea52 (diff) | |
| parent | d7265367f4d320707bd8f2c749419f7b20e02fed (diff) | |
| download | platform_packages_modules_vndk-3e3f2cb7686d46a67b3f477835834fe01501acf7.tar.gz platform_packages_modules_vndk-3e3f2cb7686d46a67b3f477835834fe01501acf7.tar.bz2 platform_packages_modules_vndk-3e3f2cb7686d46a67b3f477835834fe01501acf7.zip | |
Adding vndk-related *.libraries.txt modules am: 63cd75e355 am: 58feda2a12
am: d7265367f4
Change-Id: I479c855095d1fc6b213a19d044ffed4b35fc4a21
| -rw-r--r-- | Android.bp | 33 |
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", +} |
