summaryrefslogtreecommitdiffstats
path: root/tools/aapt/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt/Android.bp')
-rw-r--r--tools/aapt/Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/aapt/Android.bp b/tools/aapt/Android.bp
index e26c9c3fdf6..a594e5bf0ce 100644
--- a/tools/aapt/Android.bp
+++ b/tools/aapt/Android.bp
@@ -99,6 +99,17 @@ cc_library_host_static {
}
// ==========================================================
+// Build the host executable: aapt
+// ==========================================================
+cc_binary_host {
+ name: "aapt",
+ defaults: ["aapt_defaults"],
+ srcs: ["Main.cpp"],
+ use_version_lib: true,
+ static_libs: ["libaapt"],
+}
+
+// ==========================================================
// Build the host tests: libaapt_tests
// ==========================================================
cc_test_host {