Convert Android.mk file to Android.bp

See build/soong/README.md for more information.

Change-Id: I73f48ab2542dd55b4c32ac4f339b0210b08e739a
Fixes: 122332552
Test: treehugger
diff --git a/Android.bp b/Android.bp
index d82f32a..7bc97d6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -27,4 +27,10 @@
     static_libs: ["libfdt"],
 
     stl: "none",
+    dist: {
+        targets: [
+            "dist_files",
+        ],
+        dir: "dtc",
+    },
 }
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index 733a40e..0000000
--- a/Android.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-# Copyright 2016 The Android Open Source Project
-
-$(call dist-for-goals, dist_files, $(ALL_MODULES.dtc.BUILT):dtc/dtc)