diff options
author | Mark Salyzyn <salyzyn@google.com> | 2015-04-02 21:55:03 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-02 21:55:03 +0000 |
commit | f7f8f15bfbbc49342fe4258833ae56bf8cf5cb5b (patch) | |
tree | ba34160949df8b1b6e79016b093fa1c01bd57bd7 | |
parent | 2ddb9cb106d13451cfd3d95fc8b4bc3619959900 (diff) | |
parent | 34efe4cf1ad8d080b37fc02bf55e42eb2ea643b6 (diff) | |
download | system_core-f7f8f15bfbbc49342fe4258833ae56bf8cf5cb5b.zip system_core-f7f8f15bfbbc49342fe4258833ae56bf8cf5cb5b.tar.gz system_core-f7f8f15bfbbc49342fe4258833ae56bf8cf5cb5b.tar.bz2 |
am 34efe4cf: Merge "mkbootfs: move fs_config to libcutils"
* commit '34efe4cf1ad8d080b37fc02bf55e42eb2ea643b6':
mkbootfs: move fs_config to libcutils
-rw-r--r-- | cpio/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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_MODULE := mkbootfs LOCAL_CFLAGS := -Werror +LOCAL_STATIC_LIBRARIES := libcutils + include $(BUILD_HOST_EXECUTABLE) $(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE)) |