summaryrefslogtreecommitdiffstats
path: root/cpio
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-11-19 19:11:35 -0800
committerDan Willemsen <dwillemsen@google.com>2018-11-19 23:06:12 -0800
commit3f439a7a887736cb3cf26d6523defc19ff61ec7b (patch)
treea5552de8c958206b96084a511a5c893fbc216693 /cpio
parenteb1213f1707bb6911fd4116d51e17f331abfaa90 (diff)
downloadsystem_core-3f439a7a887736cb3cf26d6523defc19ff61ec7b.tar.gz
system_core-3f439a7a887736cb3cf26d6523defc19ff61ec7b.tar.bz2
system_core-3f439a7a887736cb3cf26d6523defc19ff61ec7b.zip
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
Diffstat (limited to 'cpio')
-rw-r--r--cpio/Android.bp3
-rw-r--r--cpio/Android.mk3
2 files changed, 3 insertions, 3 deletions
diff --git a/cpio/Android.bp b/cpio/Android.bp
index 847e0f1b9..baa031907 100644
--- a/cpio/Android.bp
+++ b/cpio/Android.bp
@@ -5,4 +5,7 @@ cc_binary_host {
srcs: ["mkbootfs.c"],
cflags: ["-Werror"],
shared_libs: ["libcutils"],
+ dist: {
+ targets: ["dist_files"],
+ },
}
diff --git a/cpio/Android.mk b/cpio/Android.mk
deleted file mode 100644
index fc3551b98..000000000
--- a/cpio/Android.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-# Copyright 2005 The Android Open Source Project
-
-$(call dist-for-goals,dist_files,$(ALL_MODULES.mkbootfs.BUILT))