From 6a974aecb91662947f84d6bdb14112d29631d999 Mon Sep 17 00:00:00 2001 From: Yi-Yo Chiang Date: Fri, 3 Nov 2023 15:11:10 +0800 Subject: [PATCH] fs_mgr: Remove deprecated include path system/core/fs_mgr/include_fstab These headers are exported by libfs_mgr and libfstab. Users should use those libraries instead of directly referencing the include dir with LOCAL_C_INCLUDES. Bug: 293695109 Test: presubmit build pass Change-Id: I888f59879f31fb75ddd5a0d243d4796415b57c7d --- fs_mgr/include_fstab | 1 - 1 file changed, 1 deletion(-) delete mode 120000 fs_mgr/include_fstab diff --git a/fs_mgr/include_fstab b/fs_mgr/include_fstab deleted file mode 120000 index 728737fe5..000000000 --- a/fs_mgr/include_fstab +++ /dev/null @@ -1 +0,0 @@ -libfstab/include \ No newline at end of file