Convert Android.mk file to Android.bp
am: 1849a59c35
Change-Id: I1f9254ee96f45aedb62ded4c0ce4e8a4efb15fa4
This commit is contained in:
commit
f1a462e419
2 changed files with 6 additions and 3 deletions
|
@ -27,4 +27,10 @@ cc_binary_host {
|
|||
static_libs: ["libfdt"],
|
||||
|
||||
stl: "none",
|
||||
dist: {
|
||||
targets: [
|
||||
"dist_files",
|
||||
],
|
||||
dir: "dtc",
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# Copyright 2016 The Android Open Source Project
|
||||
|
||||
$(call dist-for-goals, dist_files, $(ALL_MODULES.dtc.BUILT):dtc/dtc)
|
Loading…
Reference in a new issue