We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47621ea commit b4fa8bdCopy full SHA for b4fa8bd
Makefile
@@ -35,7 +35,7 @@ else ifeq ($(shell uname -s),Darwin)
35
gradle:
36
/Applications/Android\ Studio.app/Contents/plugins/android/lib/templates/gradle/wrapper/gradlew $(CMD) -p heaps-android-app
37
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
+ echo "sdk.dir=$(HOME)/Library/Android/sdk" > heaps-android-app/local.properties
39
endif
40
41
heaps-world: heaps-world-hl heaps-world-pak
0 commit comments