summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-26 23:15:01 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-26 23:15:01 +0000
commitb289c70dd719005bf54086239d049bd48a7c3d98 (patch)
treefdac56305f7ae3e357ac86ed61296c4297111fe4
parentf38ae0af580407874c934d7f6cccb27f748da12f (diff)
parentf5282a34c1585ee7df2cdc4141579898a356bb36 (diff)
downloadvndk-b289c70dd719005bf54086239d049bd48a7c3d98.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/vndk am: 69a63b633d am: 58c2d30c34 am: 0edd752aa0 am: f5282a34c1
Original change: https://android-review.googlesource.com/c/platform/packages/modules/vndk/+/1609893 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id6d7cf9c1228d7f41ce4400eaa28dfbda68c94b6
-rw-r--r--Android.bp4
-rw-r--r--apex/Android.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5210d19..458b0fe 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
llndk_libraries_txt {
name: "llndk.libraries.txt",
}
diff --git a/apex/Android.bp b/apex/Android.bp
index 1f7bd7a..958c872 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
apex_vndk {
name: "com.android.vndk.current",
manifest: "apex_manifest.current.json",