[automerger skipped] Set min_sdk_version to be part of mainline modules am: b22347cb33 am: aadd73f92b -s ours
am skip reason: Change-Id I23cb55a3a17ac242e7f599fe574ca30074b43506 with SHA-1 b22347cb33 is in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/libcxx/+/11357840
Change-Id: I0416b7fb940027cbfaf96cfe209722e400bbd001
diff --git a/Android.bp b/Android.bp
index 00f54d9..759d825 100644
--- a/Android.bp
+++ b/Android.bp
@@ -42,11 +42,6 @@
"-UWIN32_LEAN_AND_MEAN",
],
},
- windows_x86: {
- cflags: [
- "-fsjlj-exceptions",
- ],
- },
},
}
@@ -153,6 +148,9 @@
],
}
+// Not available to vendor modules until libc++ is updated and this library is
+// merged into libc++ proper.
+// https://issuetracker.google.com/147469372
cc_library_static {
name: "libc++fs",
recovery_available: true,
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}