commit | de6474245b907941df633fbc64aa412d2890af0f | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Apr 02 22:06:00 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Thu Apr 02 22:06:00 2015 +0000 |
tree | ba34160949df8b1b6e79016b093fa1c01bd57bd7 | |
parent | e3a08d3ace5cde8704edcbfc2af324ebd65ac9bc [diff] | |
parent | cad4240f2646eb3cd21b6a60be324a8e8afedd97 [diff] |
am f7f8f15b: am 34efe4cf: Merge "mkbootfs: move fs_config to libcutils" * commit 'f7f8f15bfbbc49342fe4258833ae56bf8cf5cb5b': mkbootfs: move fs_config to libcutils
diff --git a/cpio/Android.mk b/cpio/Android.mk index 575beb2..b9d18ba 100644 --- a/cpio/Android.mk +++ b/cpio/Android.mk
@@ -10,6 +10,8 @@ LOCAL_CFLAGS := -Werror +LOCAL_STATIC_LIBRARIES := libcutils + include $(BUILD_HOST_EXECUTABLE) $(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))