am 54c1d36e
: am 5a1c89e9
: am 36fb373a
: Merge "fs_config: use libcutils and libselinux shared libraries"
* commit '54c1d36eaee59c62a652b071bdec9e71c40002ae': fs_config: use libcutils and libselinux shared libraries
This commit is contained in:
commit
a910c7bd58
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@
|
|||
# limitations under the License.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES := fs_config.c
|
||||
LOCAL_MODULE := fs_config
|
||||
LOCAL_STATIC_LIBRARIES := libcutils liblog libselinux
|
||||
LOCAL_FORCE_STATIC_EXECUTABLE := true
|
||||
LOCAL_SHARED_LIBRARIES := libcutils libselinux
|
||||
LOCAL_CFLAGS := -Werror
|
||||
|
||||
include $(BUILD_HOST_EXECUTABLE)
|
||||
|
|
Loading…
Reference in a new issue