Add missing file.
This commit is contained in:
parent
d8dfe9f8f7
commit
9885d993b3
1 changed files with 10 additions and 0 deletions
10
submodules/externals/build/webrtc/Android.mk
vendored
Normal file
10
submodules/externals/build/webrtc/Android.mk
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
MY_WEBRTC_COMMON_DEFS := \
|
||||||
|
-DWEBRTC_ANDROID \
|
||||||
|
-DWEBRTC_LINUX \
|
||||||
|
-DWEBRTC_CLOCK_TYPE_REALTIME \
|
||||||
|
-DWEBRTC_ARCH_ARM
|
||||||
|
|
||||||
|
ifeq ($(TARGET_ARCH_ABI), armeabi-v7a)
|
||||||
|
MY_WEBRTC_COMMON_DEFS += \
|
||||||
|
-DWEBRTC_DETECT_ARM_NEON
|
||||||
|
endif
|
Loading…
Reference in a new issue