From 9c2005fc27da23751acdbf29531fa15d62ac1038 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Wed, 16 Sep 2020 10:20:46 -0700 Subject: [PATCH 1/3] Remove include/private/fs_config.h This file is empty and should have no users including it. Test: treehugger Change-Id: I6c5a97dc42456d51c89762c93c6a744a69780843 --- include/private/fs_config.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 include/private/fs_config.h diff --git a/include/private/fs_config.h b/include/private/fs_config.h deleted file mode 100644 index e9868a41f..000000000 --- a/include/private/fs_config.h +++ /dev/null @@ -1,4 +0,0 @@ -// 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. From 61ebd66137acae655069c60dfffac3d26467e252 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Wed, 16 Sep 2020 10:23:43 -0700 Subject: [PATCH 2/3] Remove include/private/canned_fs_config.h canned_fs_config.h should be included as part of libcutils, not as a global include. It looks like the few users of this file already do this correctly, so it's time to remove the symlink. Test: treehugger Change-Id: I72d327c2f1f374a1fa9e22b5ee1cceb0311a6818 --- include/private/canned_fs_config.h | 1 - 1 file changed, 1 deletion(-) delete mode 120000 include/private/canned_fs_config.h diff --git a/include/private/canned_fs_config.h b/include/private/canned_fs_config.h deleted file mode 120000 index 8f92b2d6a..000000000 --- a/include/private/canned_fs_config.h +++ /dev/null @@ -1 +0,0 @@ -../../libcutils/include/private/canned_fs_config.h \ No newline at end of file From 7eb9580a298506625e11f19f57302ffc88c141a9 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Wed, 16 Sep 2020 10:43:03 -0700 Subject: [PATCH 3/3] Remove include/private/android_filesystem_capability.h android_filesystem_capability.h should be included as part of libcutils, not as a global include. It looks like the few users of this file already do this correctly, so it's time to remove the symlink. Test: treehugger Change-Id: I150dc5fee24bef3518b1f26728ef2bec669ee63a --- include/private/android_filesystem_capability.h | 1 - 1 file changed, 1 deletion(-) delete mode 120000 include/private/android_filesystem_capability.h diff --git a/include/private/android_filesystem_capability.h b/include/private/android_filesystem_capability.h deleted file mode 120000 index f310b35f5..000000000 --- a/include/private/android_filesystem_capability.h +++ /dev/null @@ -1 +0,0 @@ -../../libcutils/include/private/android_filesystem_capability.h \ No newline at end of file