[DEBUG] compilation error for android
This commit is contained in:
parent
bb36f26b0b
commit
2985efea70
@ -4,6 +4,7 @@ import lutinDebug as debug
|
|||||||
import lutinTarget
|
import lutinTarget
|
||||||
import lutinTools
|
import lutinTools
|
||||||
import lutinHost
|
import lutinHost
|
||||||
|
import lutinImage
|
||||||
import lutinMultiprocess
|
import lutinMultiprocess
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
@ -30,7 +31,7 @@ class Target(lutinTarget.Target):
|
|||||||
if self.folder_sdk == "AUTO":
|
if self.folder_sdk == "AUTO":
|
||||||
self.folder_sdk = lutinTools.get_run_folder() + "/../android/sdk"
|
self.folder_sdk = lutinTools.get_run_folder() + "/../android/sdk"
|
||||||
|
|
||||||
arch = "ARMv7"
|
arch = ""#"ARMv7"
|
||||||
tmpOsVal = "64"
|
tmpOsVal = "64"
|
||||||
gccVersion = "4.8"
|
gccVersion = "4.8"
|
||||||
if lutinHost.OS64BITS==True:
|
if lutinHost.OS64BITS==True:
|
||||||
@ -50,7 +51,7 @@ class Target(lutinTarget.Target):
|
|||||||
debug.info("Gcc x86 pah does not exist !!!")
|
debug.info("Gcc x86 pah does not exist !!!")
|
||||||
|
|
||||||
lutinTarget.Target.__init__(self, "Android", typeCompilator, debugMode, generatePackage, arch, cross, sumulator)
|
lutinTarget.Target.__init__(self, "Android", typeCompilator, debugMode, generatePackage, arch, cross, sumulator)
|
||||||
|
arch = "ARMv7"
|
||||||
# for gcc :
|
# for gcc :
|
||||||
|
|
||||||
# for clang :
|
# for clang :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user