From 338698ee0d3ad187251c9c1222d28c6380a42c9c Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 13 Jul 2021 17:15:19 -0700 Subject: Move convertToResPath from libutils to aapt. Test: m libaapt Bug: 295394788 Change-Id: I3225f2cd28ff0e1c3e396d0b336e51b9a8caa1f9 --- tools/aapt/Resource.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/aapt/Resource.cpp') diff --git a/tools/aapt/Resource.cpp b/tools/aapt/Resource.cpp index 4ca3a68d02a6..9c944e0de075 100644 --- a/tools/aapt/Resource.cpp +++ b/tools/aapt/Resource.cpp @@ -15,6 +15,7 @@ #include "ResourceTable.h" #include "StringPool.h" #include "Symbol.h" +#include "Utils.h" #include "WorkQueue.h" #include "XMLNode.h" @@ -321,7 +322,7 @@ static status_t makeFileResources(Bundle* bundle, const sp& assets, str++; } String8 resPath = it.getPath(); - resPath.convertToResPath(); + convertToResPath(resPath); status_t result = table->addEntry(SourcePos(it.getPath(), 0), String16(assets->getPackage()), type16, -- cgit v1.2.3-59-g8ed1b