Skip to content

Commit

Permalink
Revert "compatible build with android-ndk-r18"
Browse files Browse the repository at this point in the history
  • Loading branch information
BenzhengZhang committed Oct 8, 2023
1 parent 008465e commit 4d303dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 143 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,7 @@ endif
# Make sure the all target is the first one
all: libraries binaries

ifeq ($(findstring android-ndk-r18, $(NDKROOT)), android-ndk-r18)
include $(SRC_PATH)build/platform-android-r18b.mk
else
include $(SRC_PATH)build/platform-$(OS).mk
endif
include $(SRC_PATH)build/platform-$(OS).mk

MODULE := $(LIBPREFIX)$(MODULE_NAME).$(SHAREDLIBSUFFIX)

Expand Down
138 changes: 0 additions & 138 deletions build/platform-android-r18b.mk

This file was deleted.

0 comments on commit 4d303dd

Please sign in to comment.