aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-28 13:25:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-28 13:25:58 +0000
commita1f86787de0bd42b887fa45b5cab3eb8f08b1abf (patch)
tree3e1aee21d07728d2903f5266302694596832288e
parent85e0c7b26987799b7a586b0d6e7686729fab3c3d (diff)
parentee2a1486b2a05c3997bcaa3a7dc46dc5550aeb85 (diff)
downloade2fsprogs-a1f86787de0bd42b887fa45b5cab3eb8f08b1abf.tar.gz
Snap for 10399941 from ee2a1486b2a05c3997bcaa3a7dc46dc5550aeb85 to sdk-release
Change-Id: I07561222eabff4af97452706434cf4fbb93f3cb0
-rw-r--r--lib/blkid/Android.bp3
-rw-r--r--lib/uuid/Android.bp3
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/blkid/Android.bp b/lib/blkid/Android.bp
index 891c74a3..89e39ab0 100644
--- a/lib/blkid/Android.bp
+++ b/lib/blkid/Android.bp
@@ -38,6 +38,9 @@ cc_library {
shared_libs: ["libext2_uuid"],
target: {
+ darwin: {
+ enabled: true,
+ },
windows: {
enabled: true,
},
diff --git a/lib/uuid/Android.bp b/lib/uuid/Android.bp
index 3e6048d0..279592bd 100644
--- a/lib/uuid/Android.bp
+++ b/lib/uuid/Android.bp
@@ -40,6 +40,9 @@ cc_library {
"uuid_time.c",
],
target: {
+ darwin: {
+ enabled: true,
+ },
windows: {
enabled: true,
},