Skip to content

Commit

Permalink
Remove unused ndkPath in libcocos2dx/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Oct 10, 2023
1 parent 11d4d9a commit 8ef309c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions native/cocos/platform/android/libcocos2dx/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
apply plugin: 'com.android.library'

android {
ndkPath PROP_NDK_PATH
compileSdkVersion PROP_COMPILE_SDK_VERSION.toInteger()
ndkPath PROP_NDK_PATH
namespace 'com.cocos.lib'
defaultConfig {
minSdkVersion PROP_MIN_SDK_VERSION
Expand Down

0 comments on commit 8ef309c

Please sign in to comment.