Skip to content

Commit 59605a7

Browse files
committed
Merge pull request mozilla-b2g#31 from dhylands/dhylands-921094-fs-config
Bug 921094 - Allow fs_config to be built for non-eng as well. r=mwu
2 parents 02dfd85 + d6686fa commit 59605a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/fs_config/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ include $(CLEAR_VARS)
1818
LOCAL_SRC_FILES := fs_config.c
1919
LOCAL_MODULE := fs_config
2020
LOCAL_FORCE_STATIC_EXECUTABLE := true
21-
LOCAL_MODULE_TAGS := eng
21+
LOCAL_MODULE_TAGS := eng optional
2222

2323
include $(BUILD_HOST_EXECUTABLE)

0 commit comments

Comments
 (0)