summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-03-30 17:48:49 -0700
committerElliott Hughes <enh@google.com>2015-03-30 17:48:49 -0700
commit72df71839341aefd57b2aa07a79c013303daf86a (patch)
treec94d3b42507df66114532bf9b7332eac05d13517
parent17fb21d013743a93bab3cdfc899e952184cae58c (diff)
downloadextras-72df71839341aefd57b2aa07a79c013303daf86a.tar.gz
fs_mgr exports its headers.
Change-Id: I6fddb60a902be5ac216d32a751ec8c178c26ebaf
-rw-r--r--tests/fstest/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fstest/Android.mk b/tests/fstest/Android.mk
index d607d9b7..9be7ae4e 100644
--- a/tests/fstest/Android.mk
+++ b/tests/fstest/Android.mk
@@ -21,7 +21,6 @@ LOCAL_SRC_FILES := recovery_test.cpp
LOCAL_SHARED_LIBRARIES += libcutils libutils liblog liblogwrap
LOCAL_STATIC_LIBRARIES += libtestUtil libfs_mgr
LOCAL_C_INCLUDES += system/extras/tests/include \
- system/core/fs_mgr/include \
system/extras/ext4_utils \
system/core/logwrapper/include
include $(BUILD_NATIVE_TEST)