From 4af387c20e4d72bf2997a405e344f818f2891da2 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 16 May 2019 13:16:29 -0700 Subject: Move manifest_fixer to a python_binary_host module In preparation for making it use multiple files so that some implementation can be shared with a new tool. Also make manifest_fixer_test a python_test_host, and add it to TEST_MAPPING. Test: m checkbuild Change-Id: Iaae177efcb978187b126d90359b82cdfd3176857 --- java/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/config/config.go b/java/config/config.go index 46cd361d7..adf9c9298 100644 --- a/java/config/config.go +++ b/java/config/config.go @@ -142,7 +142,7 @@ func init() { hostBinToolVariableWithPrebuilt("Aapt2Cmd", "prebuilts/sdk/tools", "aapt2") - pctx.SourcePathVariable("ManifestFixerCmd", "build/soong/scripts/manifest_fixer.py") + pctx.HostBinToolVariable("ManifestFixerCmd", "manifest_fixer") pctx.HostBinToolVariable("ManifestMergerCmd", "manifest-merger") -- cgit v1.2.3-59-g8ed1b