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 c5b86bd commit 0fc0798Copy full SHA for 0fc0798
build-tools/aapt2.cmake
@@ -9,7 +9,7 @@ foreach(proto ${PROTO_FILES})
9
get_filename_component(FIL_WE ${proto} NAME_WE)
10
11
if(DEFINED PROTOC_PATH)
12
- # execute the protoc command to generate the proto targets for host arch
+ # Execute the protoc command to generate the proto targets for host arch.
13
execute_process(
14
COMMAND ${PROTOC_COMPILER} ${proto}
15
--proto_path=${AAPT2_PROTO_DIR}
0 commit comments