Allow the ART module to use "libc++fs".
This is used by odrefresh, which needs to do many filesystem operations. It is only used as a static library. Bug: 205276874 Test: m nothing Change-Id: Id4cd9e2674d32b48ab82d88ac3acb93d37ca8627
This commit is contained in:
@@ -204,6 +204,13 @@ cc_library_static {
|
|||||||
name: "libc++fs",
|
name: "libc++fs",
|
||||||
ramdisk_available: true,
|
ramdisk_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
|
apex_available: [
|
||||||
|
"//apex_available:platform",
|
||||||
|
"com.android.art",
|
||||||
|
"com.android.art.debug",
|
||||||
|
],
|
||||||
|
// being part of updatable apexes, this should work on older releases
|
||||||
|
min_sdk_version: "apex_inherit",
|
||||||
defaults: ["libc++ defaults"],
|
defaults: ["libc++ defaults"],
|
||||||
srcs: [
|
srcs: [
|
||||||
"src/filesystem/directory_iterator.cpp",
|
"src/filesystem/directory_iterator.cpp",
|
||||||
|
|||||||
Reference in New Issue
Block a user