[DEBUG] remove some bad log
This commit is contained in:
parent
c35e1d3a24
commit
5d92a27738
@ -140,7 +140,7 @@ def exist(lib_name, target_name, target) :
|
||||
theSystem = __import__(env.get_build_system_base_name() + __start_system_name + target_name + "_" + data["name"])
|
||||
#create the system module
|
||||
try:
|
||||
debug.info("call : " + data["name"])
|
||||
debug.verbose("SYSTEM: request: " + data["name"])
|
||||
data["system"] = theSystem.System(target)
|
||||
data["exist"] = data["system"].valid
|
||||
except:
|
||||
|
@ -28,7 +28,6 @@ class Target(target.Target):
|
||||
self.type_arch = ""
|
||||
target.Target.__init__(self, "Android", config, self.type_arch)
|
||||
|
||||
debug.warning("plop " + str(self.ar))
|
||||
if config["bus-size"] == "32":
|
||||
self.type_arch="armv7"
|
||||
else:
|
||||
@ -277,7 +276,7 @@ class Target(target.Target):
|
||||
pkg_name_application_name = pkg_name
|
||||
if self.config["mode"] == "debug":
|
||||
pkg_name_application_name += "debug"
|
||||
debug.info("ploppppp: " + str(pkg_properties))
|
||||
#debug.info("ploppppp: " + str(pkg_properties))
|
||||
# FINAL_path_JAVA_PROJECT
|
||||
self.path_java_project = os.path.join(target_outpath,
|
||||
"src")
|
||||
|
Loading…
x
Reference in New Issue
Block a user