add android blueprint file
authorJan Altensen <info@stricted.net>
Mon, 21 Jun 2021 21:05:22 +0000 (23:05 +0200)
committerJan Altensen <info@stricted.net>
Mon, 21 Jun 2021 21:15:58 +0000 (23:15 +0200)
Change-Id: Ieac1971bb9804266bc280979f302e97be6546f79

Android.bp [new file with mode: 0644]

diff --git a/Android.bp b/Android.bp
new file mode 100644 (file)
index 0000000..99368cc
--- /dev/null
@@ -0,0 +1,14 @@
+cc_binary_host {
+    name: "dtbSplitAmlogic",
+    srcs: [
+        "dtbSplit.cpp",
+    ],
+}
+
+cc_binary_host {
+    name: "dtbToolAmlogic",
+    srcs: [
+        "dtbTool.c",
+    ],
+}
+