improvements on fpc
This commit is contained in:
@@ -16,8 +16,11 @@ DECLARE_BUILD_STAGE(android_build)
|
||||
compileProject.m_szName = "android_app";
|
||||
compileProject.m_androidmanifest = manifest;
|
||||
compileProject.bFPIC = true;
|
||||
compileProject.m_target = Target_t::HostTarget();
|
||||
compileProject.m_target.kernel = TARGET_KERNEL_ANDROID;
|
||||
compileProject.files = {
|
||||
"main.c",
|
||||
"android_native_app_glue.c",
|
||||
};
|
||||
LinkProject_t ldProject = ccompiler->Compile(&compileProject);
|
||||
ldProject.libraries = {
|
||||
|
||||
Reference in New Issue
Block a user