Skip to content

Commit 25698f0

Browse files
authored
Update aapt2.cmake
1 parent 0fc0798 commit 25698f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/aapt2.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ set(TOOL_SOURCE
8181
${SRC}/base/tools/aapt2/cmd/Util.cpp
8282
)
8383

84-
# build the host static library: aapt2
84+
# Build the host static library: aapt2
8585
add_library(libaapt2 STATIC
8686
${SRC}/base/tools/aapt2/compile/IdAssigner.cpp
8787
${SRC}/base/tools/aapt2/compile/InlineXmlFormatParser.cpp
@@ -162,7 +162,7 @@ add_library(libaapt2 STATIC
162162
target_include_directories(libaapt2 PRIVATE ${INCLUDES})
163163
target_compile_options(libaapt2 PRIVATE ${COMPILE_FLAGS})
164164

165-
# build the executable file aapt2
165+
# Build the executable file aapt2.
166166
add_executable(aapt2
167167
${SRC}/base/tools/aapt2/Main.cpp
168168
${TOOL_SOURCE}

0 commit comments

Comments
 (0)