Convert Android.mk file to Android.bp
See build/soong/README.md for more information. Change-Id: I73f48ab2542dd55b4c32ac4f339b0210b08e739a Fixes: 122332552 Test: treehugger
This commit is contained in:
parent
2f46716049
commit
1849a59c35
2 changed files with 6 additions and 3 deletions
|
@ -27,4 +27,10 @@ cc_binary_host {
|
||||||
static_libs: ["libfdt"],
|
static_libs: ["libfdt"],
|
||||||
|
|
||||||
stl: "none",
|
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