Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a910c7bd authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Android Git Automerger
Browse files

am 54c1d36e: am 5a1c89e9: am 36fb373a: Merge "fs_config: use libcutils and...

am 54c1d36e: am 5a1c89e9: am 36fb373a: Merge "fs_config: use libcutils and libselinux shared libraries"

* commit '54c1d36e':
  fs_config: use libcutils and libselinux shared libraries
parents 97952ce8 54c1d36e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -13,12 +13,12 @@
# limitations under the License.
# limitations under the License.


LOCAL_PATH := $(call my-dir)
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)
include $(CLEAR_VARS)


LOCAL_SRC_FILES := fs_config.c
LOCAL_SRC_FILES := fs_config.c
LOCAL_MODULE := fs_config
LOCAL_MODULE := fs_config
LOCAL_STATIC_LIBRARIES := libcutils liblog libselinux
LOCAL_SHARED_LIBRARIES := libcutils libselinux
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_CFLAGS := -Werror
LOCAL_CFLAGS := -Werror


include $(BUILD_HOST_EXECUTABLE)
include $(BUILD_HOST_EXECUTABLE)