From 167fbf534bf5036c9d0262a60fc8bd3029a8ef58 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Thu, 17 Sep 2020 09:39:24 -0700 Subject: [PATCH] Delete include/private/android_filesystem_config.h This header should be accessed through libcutils. Test: build Change-Id: Ifb0ad3bc63ec5806d9c474a5d39721b2189c34de --- Android.bp | 4 ---- include/private/android_filesystem_config.h | 1 - libcutils/Android.bp | 5 +++++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 Android.bp delete mode 120000 include/private/android_filesystem_config.h diff --git a/Android.bp b/Android.bp deleted file mode 100644 index 0b4a9255c..000000000 --- a/Android.bp +++ /dev/null @@ -1,4 +0,0 @@ -filegroup { - name: "android_filesystem_config_header", - srcs: ["include/private/android_filesystem_config.h"], -} diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h deleted file mode 120000 index f28a5641f..000000000 --- a/include/private/android_filesystem_config.h +++ /dev/null @@ -1 +0,0 @@ -../../libcutils/include/private/android_filesystem_config.h \ No newline at end of file diff --git a/libcutils/Android.bp b/libcutils/Android.bp index 1f775db62..b749d871a 100644 --- a/libcutils/Android.bp +++ b/libcutils/Android.bp @@ -14,6 +14,11 @@ // limitations under the License. // +filegroup { + name: "android_filesystem_config_header", + srcs: ["include/private/android_filesystem_config.h"], +} + // some files must not be compiled when building against Mingw // they correspond to features not used by our host development tools // which are also hard or even impossible to port to native Win32