mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-09 00:00:15 +00:00
Support for Signal calls.
Merge in RedPhone // FREEBIE
This commit is contained in:
15
jni/webrtc/system_wrappers/source/cpu_features_android.c
Normal file
15
jni/webrtc/system_wrappers/source/cpu_features_android.c
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#include <cpu-features.h>
|
||||
|
||||
uint64_t WebRtc_GetCPUFeaturesARM(void) {
|
||||
return android_getCpuFeatures();
|
||||
}
|
Reference in New Issue
Block a user