]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
AOSP: Add vendor_available: true
authorJustin Yun <justinyun@google.com>
Fri, 6 Dec 2019 06:14:36 +0000 (15:14 +0900)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 1 Jan 2020 18:41:34 +0000 (13:41 -0500)
Make libext2-headers and libext2_uuid available to vendor and
product. They are required by f2fs-tools which are installed in
product partition.

Bug: 120954888
Bug: 145580164
Test: set PRODUCT_PRODUCT_VNDK_VERSION := current and build
Change-Id: Ibf5678448f9efbcb72c0544a3a50280fbfee2f38
From AOSP commit: 2c79a5f79197c090fc9c9534546f4ab4f7690809

lib/Android.bp
lib/uuid/Android.bp

index 771bb5985861a89b850434d5bdd9df8ff9a777e4..77f69da7745408689ca344030f6115cc857c1779 100644 (file)
@@ -6,6 +6,7 @@
 cc_library_headers {
     name: "libext2-headers",
     host_supported: true,
+    vendor_available: true,
     recovery_available: true,
     target: {
         windows: {
index ea349e3e6bd2fb4443f2ef61b38061cd97ecac3f..7d4dfcacc88bdd20d59f7cc4693a6f4821c7212b 100644 (file)
@@ -4,6 +4,7 @@ cc_library {
     name: "libext2_uuid",
     host_supported: true,
     recovery_available: true,
+    vendor_available: true,
     unique_host_soname: true,
     defaults: ["e2fsprogs-defaults"],
     srcs: [