| commit | 837a5b92dd1d0ff9921b6b5f4baaa0265e11ec7b | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Jan 14 10:20:58 2024 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Jan 14 10:20:58 2024 +0000 |
| tree | 13dc668296837d6699d8a56dc96bb04dc643fc74 | |
| parent | f4a09ed4c5423c2aca4ebd59a210422498374dad [diff] | |
| parent | 41a72a1331eeadc5a33305bc376e07f702abb070 [diff] |
Snap for 11310907 from 41a72a1331eeadc5a33305bc376e07f702abb070 to mainline-documentsui-release Change-Id: I76aae05f2624e6907ba2cc7aa7065f3518429f57
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