Convert Android.mk file to Android.bp

am: 1849a59c35

Change-Id: I1f9254ee96f45aedb62ded4c0ce4e8a4efb15fa4
This commit is contained in:
Sasha Smundak 2019-02-03 20:28:53 -08:00 committed by android-build-merger
commit f1a462e419
2 changed files with 6 additions and 3 deletions

View file

@ -27,4 +27,10 @@ cc_binary_host {
static_libs: ["libfdt"],
stl: "none",
dist: {
targets: [
"dist_files",
],
dir: "dtc",
},
}

View file

@ -1,3 +0,0 @@
# Copyright 2016 The Android Open Source Project
$(call dist-for-goals, dist_files, $(ALL_MODULES.dtc.BUILT):dtc/dtc)