Fix a missing dependency.
Test: mma -j
Test: m -j -k BOARD_VNDK_VERSION=current has no error for webrtc
Bug: 62489821
Merged-In: I479a4addb59b42dd86cc5dfa02cd4ff6d1b6d626
Change-Id: I479a4addb59b42dd86cc5dfa02cd4ff6d1b6d626
(cherry picked from commit c6f833ab1ab6ccb6e0401fa61a182c516b849d87)
Native tests are not moved. Tests include:
webrtc_apm_process_test
webrtc_isac_test
webrtc_apm_unit_test
Test: mma -j
Test: m -j -k BOARD_VNDK_VERSION=current has no errors for webrtc
Bug: 62489821
Merged-In: I013303de263866cbf368f3f89327c5357f9cecdb
Change-Id: I013303de263866cbf368f3f89327c5357f9cecdb
(cherry picked from commit 8df7e85368569b7cd0afc1ce231b8b3a0ab49333)
Fix a missing dependency.
Test: mma -j
Test: m -j -k BOARD_VNDK_VERSION=current has no error for webrtc
Bug: 62489821
Change-Id: I479a4addb59b42dd86cc5dfa02cd4ff6d1b6d626
Native tests are not moved. Tests include:
webrtc_apm_process_test
webrtc_isac_test
webrtc_apm_unit_test
Test: mma -j
Test: m -j -k BOARD_VNDK_VERSION=current has no errors for webrtc
Bug: 62489821
Change-Id: I013303de263866cbf368f3f89327c5357f9cecdb
These functions are identical. BoringSSL added these APIs, then OpenSSL
1.1.0 added similar ones but with slightly longer names. We're
standardizing on the OpenSSL names to avoid API skew.
This is a cherry-pick of https://codereview.webrtc.org/2550423004.
Test: mma
Change-Id: Iffe4416bd300d71bbaa94c7c127ae89d6286cd7b
* Modeled after Elliott Hughes' commit here: I82fb692c758d4855efa12ca7b743ce2893776a77
* Allows for compatibility with ARMv8
Test: mm
Change-Id: Ic80b0ff9416c781efed1b9686b6dff077c75e673
We should not copy OWNERS files from upstream,
or the owners should be registered in Gerrit Code Review.
Bug: 33166666
Test: default build targets
Change-Id: Ibfd47e643f03678bb65880653383adb84809169d
This fixes x86+arm multilib build.
Bug: 27526885
Test: Build system refactoring CL. Existing unit tests still pass.
Change-Id: I7290198a3671af3688cf125ffb1e6979344c0a8d
LOCAL_STATIC_LIBRARIES in a BUILD_STATIC_LIBRARY only imports C include
directories, it doesn't actually do any linking. Since this module is
building against the NDK, it shouldn't be referencing modules not built
against the NDK, like libprotobuf-cpp-lite. There are versions of that
library that may be more appropriate, but since there aren't any source
files, we don't need the include directories, so remove it entirely.
Change-Id: I47f7333228bea43979ce86c4bd23f4b2a92b49ce