diff options
author | Yifan Hong <elsk@google.com> | 2017-08-01 16:33:11 -0700 |
---|---|---|
committer | Yifan Hong <elsk@google.com> | 2017-08-02 16:31:19 -0700 |
commit | 09c89672b6a5ed6e6b6fc3ad28ac309c7ff69170 (patch) | |
tree | 3837bd0ced3100188d70c0d037ebc5353800e5ea /include | |
parent | b5c90e9d6b3218d80055dddf7b27cd1fa2a5c024 (diff) | |
download | core-09c89672b6a5ed6e6b6fc3ad28ac309c7ff69170.tar.gz core-09c89672b6a5ed6e6b6fc3ad28ac309c7ff69170.tar.bz2 core-09c89672b6a5ed6e6b6fc3ad28ac309c7ff69170.zip |
Move android_filesystem_config.h => fs_config.h
The non AID_ things in android_filesystem_config.h are moved
to fs_config.h. For libcutils.vendor and libcutils_headers.vendor,
fs_config.h is not exported.
An empty system/core/include/private/fs_config.h is placed to
appease the dependency from certain modules (logd, etc.)
that includes system/core/include/private/android_filesystem_config.h
directly.
Test: m -j
Test: BOARD_VNDK_VERSION=current m -j
Bug: 63135587
Change-Id: I95dfb874a426941022b100c0ca26a0576b0f4aa3
Merged-In: I95dfb874a426941022b100c0ca26a0576b0f4aa3
Diffstat (limited to 'include')
-rw-r--r-- | include/private/fs_config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/private/fs_config.h b/include/private/fs_config.h new file mode 100644 index 000000000..e9868a41f --- /dev/null +++ b/include/private/fs_config.h @@ -0,0 +1,4 @@ +// TODO(b/63135587) remove this file after the transitive dependency +// from private/android_filesystem_config.h is resolved. All files that use +// libcutils/include/private/fs_config.h should include the file directly, not +// indirectly via private/android_filesystem_config.h. |