OSDN Git Service

Merge "Update OTA to understand SELinux labels and capabilities" into klp-dev
[android-x86/build.git] / tools / fs_config / Android.mk
index 5486bc2..02deabb 100644 (file)
@@ -17,7 +17,7 @@ include $(CLEAR_VARS)
 
 LOCAL_SRC_FILES := fs_config.c
 LOCAL_MODULE := fs_config
+LOCAL_STATIC_LIBRARIES := libselinux
 LOCAL_FORCE_STATIC_EXECUTABLE := true
-LOCAL_MODULE_TAGS := eng
 
 include $(BUILD_HOST_EXECUTABLE)