commit | 2acbbcf829c73268b698c80ee9fa73429fb20670 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Jan 10 00:08:31 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Jan 10 00:08:31 2023 +0000 |
tree | c8e8633ee4426bee2a1f46c334bdbf9b0201304d | |
parent | 3c345ad386f6cffc7544049047255684dd481d1e [diff] | |
parent | b483f22a2116159176fd03ed7a568f9e302f203f [diff] |
Snap for 9470583 from b483f22a2116159176fd03ed7a568f9e302f203f to tm-qpr3-release Change-Id: I6712120a35380adff06bfae12b97bcfcb01ef727
Supports:
Use the following commands for building on the target machine
$ cd external/libavc $ mkdir build $ cd build $ cmake .. $ make
$ cd external/libavc $ mkdir build $ cd build $ CFLAGS="-m32" CXXFLAGS="-m32" LDFLAGS="-m32" cmake .. $ make
Update 'CMAKE_C_COMPILER', 'CMAKE_CXX_COMPILER', 'CMAKE_C_COMPILER_AR', and 'CMAKE_CXX_COMPILER_AR' in CMAKE_TOOLCHAIN_FILE passed below
$ cd external/libavc $ mkdir build $ cd build
$ cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/aarch64_toolchain.cmake $ make
$ cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/aarch32_toolchain.cmake $ make