Skip to content

Commit b4fa8bd

Browse files
committed
build(macOS): remove ndk.dir
1 parent 47621ea commit b4fa8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ else ifeq ($(shell uname -s),Darwin)
3535
gradle:
3636
/Applications/Android\ Studio.app/Contents/plugins/android/lib/templates/gradle/wrapper/gradlew $(CMD) -p heaps-android-app
3737
gen-local:
38-
echo "sdk.dir=$(HOME)/Library/Android/sdk\nndk.dir=$(HOME)/Library/Android/sdk/ndk/21.3.6528147/" > heaps-android-app/local.properties
38+
echo "sdk.dir=$(HOME)/Library/Android/sdk" > heaps-android-app/local.properties
3939
endif
4040

4141
heaps-world: heaps-world-hl heaps-world-pak

0 commit comments

Comments
 (0)