commit | f7f8f15bfbbc49342fe4258833ae56bf8cf5cb5b | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Apr 02 21:55:03 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Thu Apr 02 21:55:03 2015 +0000 |
tree | ba34160949df8b1b6e79016b093fa1c01bd57bd7 | |
parent | 2ddb9cb106d13451cfd3d95fc8b4bc3619959900 [diff] | |
parent | 34efe4cf1ad8d080b37fc02bf55e42eb2ea643b6 [diff] |
am 34efe4cf: Merge "mkbootfs: move fs_config to libcutils" * commit '34efe4cf1ad8d080b37fc02bf55e42eb2ea643b6': 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))