We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc0798 commit 25698f0Copy full SHA for 25698f0
build-tools/aapt2.cmake
@@ -81,7 +81,7 @@ set(TOOL_SOURCE
81
${SRC}/base/tools/aapt2/cmd/Util.cpp
82
)
83
84
-# build the host static library: aapt2
+# Build the host static library: aapt2
85
add_library(libaapt2 STATIC
86
${SRC}/base/tools/aapt2/compile/IdAssigner.cpp
87
${SRC}/base/tools/aapt2/compile/InlineXmlFormatParser.cpp
@@ -162,7 +162,7 @@ add_library(libaapt2 STATIC
162
target_include_directories(libaapt2 PRIVATE ${INCLUDES})
163
target_compile_options(libaapt2 PRIVATE ${COMPILE_FLAGS})
164
165
-# build the executable file aapt2
+# Build the executable file aapt2.
166
add_executable(aapt2
167
${SRC}/base/tools/aapt2/Main.cpp
168
${TOOL_SOURCE}
0 commit comments