Skip to content

Commit

Permalink
Update Android.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Aug 6, 2023
1 parent 193e4a7 commit a0852bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ndk-modules/ovk-mplayer/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ LOCAL_PATH := $(call my-dir)
#declare the prebuilt library


ifeq($(ANDROID_ARCH_ABI),armeabi)
ifeq($(TARGET_ARCH_ABI),armeabi)
ANDROID_ARCH = armv6
ifeq($(ANDROID_ARCH_ABI),armeabi-v7a)
ifeq($(TARGET_ARCH_ABI),armeabi-v7a)
ANDROID_ARCH = armv7
else
ANDROID_ARCH = armv8
Expand Down

0 comments on commit a0852bb

Please sign in to comment.