Make IDE recognize we are targeting Android

This commit is contained in:
topjohnwu
2022-08-09 14:09:39 -07:00
parent 4c0f72f68f
commit 40aab13601
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
[build]
# This is only used to make the IDE happy, the actual compilation will
# have the target overriden by command-line
target = "aarch64-linux-android"