platform_system_core/cpio/Android.bp
Dan Willemsen 3f439a7a88 Switch from dist-for-goals to dist in Android.bp
Removes a few more Android.mk files.

Test: check for adb, mkbootfs, and fastboot in the build artifacts
Change-Id: Ie4e50a363a734d0b9207f0d0098c54719f038e76
2018-11-19 23:06:12 -08:00

11 lines
227 B
Text

// Copyright 2005 The Android Open Source Project
cc_binary_host {
name: "mkbootfs",
srcs: ["mkbootfs.c"],
cflags: ["-Werror"],
shared_libs: ["libcutils"],
dist: {
targets: ["dist_files"],
},
}