[Req] compile libwebcore.so - G Tablet Android Development

Hello
Please any one can compile libwebcore.so from source with applying this patch :
https://github.com/Y6b/android_external_webkit/commit/8637f8f6b8f78aef69a1a1919c9df54358513706
Source : http://nv-tegra.nvidia.com/gitweb/
This patch for support Arabic in browser .
Thanks in advance .

any one can help please .

Code:
target thumb C++: libwebcore <= external/webkit/WebCore/platform/graphics/Font.cpp
target thumb C++: libwebcore <= external/webkit/WebCore/rendering/ArabicShapingUtils.cpp
target thumb C++: libwebcore <= external/webkit/WebCore/rendering/RenderText.cpp
target StaticLib: libwebcore (out/target/product/harmony/obj/STATIC_LIBRARIES/libwebcore_intermediates/libwebcore.a)
target SharedLib: libwebcore (out/target/product/harmony/obj/SHARED_LIBRARIES/libwebcore_intermediates/LINKED/libwebcore.so)
target Prelink: libwebcore (out/target/product/harmony/symbols/system/lib/libwebcore.so)
target Strip: libwebcore (out/target/product/harmony/obj/lib/libwebcore.so)
Install: out/target/product/harmony/system/lib/libwebcore.so

Chenglu said:
Code:
target thumb C++: libwebcore <= external/webkit/WebCore/platform/graphics/Font.cpp
target thumb C++: libwebcore <= external/webkit/WebCore/rendering/ArabicShapingUtils.cpp
target thumb C++: libwebcore <= external/webkit/WebCore/rendering/RenderText.cpp
target StaticLib: libwebcore (out/target/product/harmony/obj/STATIC_LIBRARIES/libwebcore_intermediates/libwebcore.a)
target SharedLib: libwebcore (out/target/product/harmony/obj/SHARED_LIBRARIES/libwebcore_intermediates/LINKED/libwebcore.so)
target Prelink: libwebcore (out/target/product/harmony/symbols/system/lib/libwebcore.so)
target Strip: libwebcore (out/target/product/harmony/obj/lib/libwebcore.so)
Install: out/target/product/harmony/system/lib/libwebcore.so
Click to expand...
Click to collapse
Thank You very Much .
You solve my problem

recompile
is it possible to recompile to use it with cyanogen 7 2.3

BO7AMZA said:
is it possible to recompile to use it with cyanogen 7 2.3
Click to expand...
Click to collapse
http://www.mediafire.com/?roof8odv13sw4hb
use this files with cyanogen 7 .

cant be used
Must be recompiled with cyanogen 7 source tegra 2
Tried ur file doesnt work

BO7AMZA said:
Must be recompiled with cyanogen 7 source tegra 2
Tried ur file doesnt work
Click to expand...
Click to collapse
only use libwebcore.so from my link

Tried your file didnt work the browser crashes

BO7AMZA said:
Tried your file didnt work the browser crashes
Click to expand...
Click to collapse
Which ROM You are Using ?

any one can apply this patch to https://github.com/aosp-gtablet

Chenglu said:
Code:
target thumb C++: libwebcore <= external/webkit/WebCore/platform/graphics/Font.cpp
target thumb C++: libwebcore <= external/webkit/WebCore/rendering/ArabicShapingUtils.cpp
target thumb C++: libwebcore <= external/webkit/WebCore/rendering/RenderText.cpp
target StaticLib: libwebcore (out/target/product/harmony/obj/STATIC_LIBRARIES/libwebcore_intermediates/libwebcore.a)
target SharedLib: libwebcore (out/target/product/harmony/obj/SHARED_LIBRARIES/libwebcore_intermediates/LINKED/libwebcore.so)
target Prelink: libwebcore (out/target/product/harmony/symbols/system/lib/libwebcore.so)
target Strip: libwebcore (out/target/product/harmony/obj/lib/libwebcore.so)
Install: out/target/product/harmony/system/lib/libwebcore.so
Click to expand...
Click to collapse
Chenglu,
I'm new in this
Will you tell me command line how to compile this?

dony71 said:
Chenglu,
I'm new in this
Will you tell me command line how to compile this?
Click to expand...
Click to collapse
I'll be thankful too if someone share!

Thank you for this, really helped me out

Related

[Q] 4.0.3 Compile problems

Hi,
I'm trying to compile Android (following the instructions that appears in the site 'source' of 'android.com') but after some minutes I get this error:
"
Building Clang Driver Option tables with tblgen
Host TableGen: vdc (gen-opt-parser-defs) <= external/clang/include/clang/Driver/Options.td
host C++: llvm-rs-cc <= frameworks/compile/slang/llvm-rs-cc.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_ast_replace.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_context.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_pragma_handler.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_backend.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_exportable.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_export_type.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_export_element.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_export_var.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_export_func.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_export_foreach.cpp
frameworks/compile/slang/slang_rs_export_foreach.cpp: In static member function ‘static slang::RSExportForEach* slang::RSExportForEach::Create(slang::RSContext*, const clang::FunctionDecl*)’:
frameworks/compile/slang/slang_rs_export_foreach.cpp:249:23: error: variable ‘ParamName’ set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors
make: *** [out/host/linux-x86/obj/EXECUTABLES/llvm-rs-cc_intermediates/slang_rs_export_foreach.o] Error ...
"
Can anyone help me?
Thanks
Either comment the ParamName variable on the cpp file or compile without the -Werror=unused-but-set-variable parameter.
jose.celestino said:
Either comment the ParamName variable on the cpp file or compile without the -Werror=unused-but-set-variable parameter.
Click to expand...
Click to collapse
Hi,
I saw that from the error message but it didn't solve my problem. After that was another, and another,...
Some people said that follow the instructions in the android site and didn't have any problem.
I'm using the last version of Linux Mint - is it possible to be related with that????
thanks
I tried to compile with "make -i -d" and it reachs the end - i don't know if every task was concluded with success.
blackisback said:
Hi,
I'm trying to compile Android (following the instructions that appears in the site 'source' of 'android.com') but after some minutes I get this error:
"
Building Clang Driver Option tables with tblgen
Host TableGen: vdc (gen-opt-parser-defs) <= external/clang/include/clang/Driver/Options.td
host C++: llvm-rs-cc <= frameworks/compile/slang/llvm-rs-cc.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_ast_replace.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_context.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_pragma_handler.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_backend.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_exportable.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_export_type.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_export_element.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_export_var.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_export_func.cpp
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_export_foreach.cpp
frameworks/compile/slang/slang_rs_export_foreach.cpp: In static member function ‘static slang::RSExportForEach* slang::RSExportForEach::Create(slang::RSContext*, const clang::FunctionDecl*)’:
frameworks/compile/slang/slang_rs_export_foreach.cpp:249:23: error: variable ‘ParamName’ set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors
make: *** [out/host/linux-x86/obj/EXECUTABLES/llvm-rs-cc_intermediates/slang_rs_export_foreach.o] Error ...
"
Can anyone help me?
Thanks
Click to expand...
Click to collapse
only for the record:
http://code.google.com/p/android/issues/detail?id=22006
Reported by [email protected], Nov 18, 2011
Host OS:
Linux 3.0.0-12-generic #20-Ubuntu SMP x86_64 GNU/Linux
gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
Compiling Android from git (master) stops with error:
frameworks/compile/slang/slang_rs_export_foreach.cpp:247:23: error: variable ‘ParamName’ set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors
Fix/Workaround:
frameworks/compile/slang/Android.mk
-local_cflags_for_slang := -Wno-sign-promo -Wall -Wno-unused-parameter -Werror
+local_cflags_for_slang := -Wno-sign-promo -Wall -Wno-unused-parameter

Omni build with Floating Window failing.

Okay, so I was building with the Floating window commit from Gerrit and everything was going good until I came upon this error. I have cherry picked every patch needed for the Floating Window to works and made sure all conflicts were fixed correctly checking them with the code on gerrit but now I'm getting this error.
PHP:
target thumb C++: third_party_WebKit_Source_modules_modules_gyp <= external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.cpp
target thumb C++: third_party_WebKit_Source_modules_modules_gyp <= external/chromium_org/third_party/WebKit/Source/modules/filesystem/DOMFilePath.cpp
target thumb C++: third_party_WebKit_Source_modules_modules_gyp <= external/chromium_org/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp
frameworks/base/core/java/android/app/Activity.java:1638: cannot find symbol
symbol : method refreshAppLayoutSize()
location: class android.app.Activity
refreshAppLayoutSize();
^
frameworks/base/core/java/android/app/Activity.java:5434: cannot find symbol
symbol : method refreshAppLayoutSize()
location: class android.app.Activity
refreshAppLayoutSize();
^
target thumb C++: third_party_WebKit_Source_modules_modules_gyp <= external/chromium_org/third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.cpp
In file included from external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.cpp:27:0:
external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h: In constructor 'WebCore::MediaKeySession::MediaKeySession(WebCore::ScriptExecutionContext*, WebCore::ContentDecryptionModule*, WebCore::MediaKeys*)':
external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h:94:31: warning: 'WebCore::MediaKeySession::m_asyncEventQueue' will be initialized after [-Wreorder]
external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h:92:12: warning: 'WTF::String WebCore::MediaKeySession::m_keySystem' [-Wreorder]
external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.cpp:45:1: warning: when initialized here [-Wreorder]
target thumb C++: third_party_WebKit_Source_modules_modules_gyp <= external/chromium_org/third_party/WebKit/Source/modules/filesystem/DOMFileSystemSync.cpp
target thumb C++: third_party_WebKit_Source_modules_modules_gyp <= external/chromium_org/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.cpp
target thumb C++: third_party_WebKit_Source_modules_modules_gyp <= external/chromium_org/third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.cpp
target thumb C++: third_party_WebKit_Source_modules_modules_gyp <= external/chromium_org/third_party/WebKit/Source/modules/filesystem/DirectoryEntry.cpp
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
make: *** [/home/hammondfamily/Android/Omnifloating/out/target/common/obj/JAVA_LIBRARIES/framework-base_intermediates/classes-full-debug.jar] Error 41
make: *** Waiting for unfinished jobs....
real 417m57.651s
user 1463m39.925s
sys 76m9.535s
It's saying it cannot find symbol for line 1638 and 5434 for
PHP:
symbol : method refreshAppLayoutSize()
location: class android.app.Activity
refreshAppLayoutSize();
^
Any help would be greatly appreciated. I really want to try this out.
DREWHAMM974 said:
[/PHP] Any help would be greatly appreciated. I really want to try this out.
Click to expand...
Click to collapse
I would suggest a make clobber, repo sync and then do your cherry-picks in this order:
patch 6561- SystemUI: Fix missing top task in recent panel
patch 6380 - base: Floating window with multi-tasking
patch 6378 - [1/2] Base: implement App circle sidebar
patch 6379 - [2/2] OmniGears: Implement App circle sidebar
patch 6515 - Base: App Circle sidebar (add support floating window)
patch 6627 - Base: App Circle sidebar (add support Samsung multiwindow flags)
Resolve any conflicts that may arise. Also, leave out the multi-window patch or the multi<->floating patch for now, too many conflicts. I used the mentioned patchsets, cherry-picking in that order and finally got a working build for my Asus TF101 tablet. It's worth getting to build right.
I got it to build finally. I was missing the omnigears patch
Sent from my LG-LS980 using XDA Premium 4 mobile app

Compile error with AOSPA 4.4.2: fatal error: linux/msm_mdp.h: No such file..

Hello there,
I got stuck at building PA for HTC Desire, have tried it several times. I have enough disk space -- I have made a fresh repo sync -- I have also tried with "make -j1". Then switched GCC to armeabi-4.4.3 to 4.7 and to 4.8 -- it always ends up with this error:
Code:
hardware/qcom/display-legacy/liboverlay/overlayUtils.h:38:36: fatal error: linux/msm_mdp.h: No such file or directory
The missing header file is actually present in the kernel tree. I have build with this kernel and the display-legacy a handful of custom roms without any issue.
Kernel: https://github.com/spezi77/android_kernel_htc_qsd8k
Display-legacy: https://github.com/Evervolv/android_hardware_qcom_display-legacy
Any tip is welcome! :good:
Thanks!
More lines:
Code:
target thumb C: libloc_api-rpc <= hardware/qcom/gps-legacy/loc_api/libloc_api-rpc/gen-3200/loc_api_rpc_glue.c
target thumb C: libloc_api-rpc <= hardware/qcom/gps-legacy/loc_api/libloc_api-rpc/src/loc_apicb_appinit.c
target thumb C: libloc_api-rpc <= hardware/qcom/gps-legacy/loc_api/libloc_api-rpc/src/loc_api_sync_call.c
Import includes file: /home/spezi77/android/paranoid/out/target/product/bravo/obj/SHARED_LIBRARIES/gralloc.qsd8k_intermediates/import_includes
target arm C++: libGLESv1_CM <= frameworks/native/opengl/libs/GLES_CM/gl.cpp
Import includes file: /home/spezi77/android/paranoid/out/target/product/bravo/obj/SHARED_LIBRARIES/hwcomposer.qsd8k_intermediates/import_includes
target thumb C++: liboverlay <= hardware/qcom/display-legacy/liboverlay/overlay.cpp
In file included from hardware/qcom/display-legacy/liboverlay/overlay.cpp:30:0:
hardware/qcom/display-legacy/liboverlay/overlayUtils.h:38:36: fatal error: linux/msm_mdp.h: No such file or directory
compilation terminated.
make: *** [/home/spezi77/android/paranoid/out/target/product/bravo/obj/SHARED_LIBRARIES/liboverlay_intermediates/overlay.o] Error 1
make: *** Waiting for unfinished jobs....
Total time elapsed: 17 minutes (1078.277761994 seconds)
[email protected]:~/android/paranoid$
spezi77 said:
Hello there,
I got stuck at building PA for HTC Desire, have tried it several times. I have enough disk space -- I have made a fresh repo sync -- I have also tried with "make -j1". Then switched GCC to armeabi-4.4.3 to 4.7 and to 4.8 -- it always ends up with this error:
Code:
hardware/qcom/display-legacy/liboverlay/overlayUtils.h:38:36: fatal error: linux/msm_mdp.h: No such file or directory
The missing header file is actually present in the kernel tree. I have build with this kernel and the display-legacy a handful of custom roms without any issue.
Kernel: https://github.com/spezi77/android_kernel_htc_qsd8k
Display-legacy: https://github.com/Evervolv/android_hardware_qcom_display-legacy
Any tip is welcome! :good:
Thanks!
More lines:
Code:
target thumb C: libloc_api-rpc <= hardware/qcom/gps-legacy/loc_api/libloc_api-rpc/gen-3200/loc_api_rpc_glue.c
target thumb C: libloc_api-rpc <= hardware/qcom/gps-legacy/loc_api/libloc_api-rpc/src/loc_apicb_appinit.c
target thumb C: libloc_api-rpc <= hardware/qcom/gps-legacy/loc_api/libloc_api-rpc/src/loc_api_sync_call.c
Import includes file: /home/spezi77/android/paranoid/out/target/product/bravo/obj/SHARED_LIBRARIES/gralloc.qsd8k_intermediates/import_includes
target arm C++: libGLESv1_CM <= frameworks/native/opengl/libs/GLES_CM/gl.cpp
Import includes file: /home/spezi77/android/paranoid/out/target/product/bravo/obj/SHARED_LIBRARIES/hwcomposer.qsd8k_intermediates/import_includes
target thumb C++: liboverlay <= hardware/qcom/display-legacy/liboverlay/overlay.cpp
In file included from hardware/qcom/display-legacy/liboverlay/overlay.cpp:30:0:
hardware/qcom/display-legacy/liboverlay/overlayUtils.h:38:36: fatal error: linux/msm_mdp.h: No such file or directory
compilation terminated.
make: *** [/home/spezi77/android/paranoid/out/target/product/bravo/obj/SHARED_LIBRARIES/liboverlay_intermediates/overlay.o] Error 1
make: *** Waiting for unfinished jobs....
Total time elapsed: 17 minutes (1078.277761994 seconds)
[email protected]:~/android/paranoid$
Click to expand...
Click to collapse
Afternoon Matey.
You may get a better response here
http://forum.xda-developers.com/showthread.php?t=1863547
ⓐⓝⓓⓡⓞⓒⓛⓓⓔ ⓘⓢ ⓝⓞⓣ ⓐ ⓢⓘⓝ

[Q] Problem Building ROM from CM source

While following the "How To Build CyanogenMod Android for Samsung Galaxy S4 ("jflte")" on the Cyanogenmod wiki my build fails.
I have followed the guide, grabbed the repo's, initialized them, ran breakfast on my device, and grabbed the proprietary blobs. I run "make bacon jflte." Eventually it stops, fails, and says
target Strip: libharfbuzz_ng (/root/android/system/cm11/out/target/product/jflte/obj/lib/libharfbuzz_ng.so)
make: *** No rule to make target `/root/android/system/cm11/out/target/product/jflte/obj/lib/libtime_genoff.so', needed by `/root/android/system/cm11/out/target/product/jflte/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/LINKED/libandroid_runtime.so'. Stop.
Click to expand...
Click to collapse
I figure it means a file is missing. Not sure what I can do or if this is the right section. Didn't seem to be for the Developer, "high level," section.
Thanks,
Ryan
PS
The output right before it stops is
Code:
target arm C++: libharfbuzz_ng <= external/harfbuzz_ng/src/hb-ot-shape-complex-thai.cc
target arm C++: libharfbuzz_ng <= external/harfbuzz_ng/src/hb-ot-shape-normalize.cc
target arm C++: libharfbuzz_ng <= external/harfbuzz_ng/src/hb-ot-shape-fallback.cc
target arm C++: libharfbuzz_ng <= external/harfbuzz_ng/src/hb-icu.cc
external/harfbuzz_ng/src/hb-icu.cc: In function 'hb_unicode_funcs_t* hb_icu_get_unicode_funcs()':
external/harfbuzz_ng/src/hb-icu.cc:360:3: warning: missing initializer for member 'hb_prealloced_array_t<hb_user_data_array_t::hb_user_data_item_t, 2u>::allocated' [-Wmissing-field-initializers]
external/harfbuzz_ng/src/hb-icu.cc:360:3: warning: missing initializer for member 'hb_prealloced_array_t<hb_user_data_array_t::hb_user_data_item_t, 2u>::array' [-Wmissing-field-initializers]
external/harfbuzz_ng/src/hb-icu.cc:360:3: warning: missing initializer for member 'hb_prealloced_array_t<hb_user_data_array_t::hb_user_data_item_t, 2u>::static_array' [-Wmissing-field-initializers]
external/harfbuzz_ng/src/hb-icu.cc:360:3: warning: missing initializer for member 'hb_unicode_funcs_t::user_data' [-Wmissing-field-initializers]
external/harfbuzz_ng/src/hb-icu.cc:360:3: warning: missing initializer for member 'hb_unicode_funcs_t::destroy' [-Wmissing-field-initializers]
target SharedLib: libharfbuzz_ng (/root/android/system/cm11/out/target/product/jflte/obj/SHARED_LIBRARIES/libharfbuzz_ng_intermediates/LINKED/libharfbuzz_ng.so)
target Symbolic: libharfbuzz_ng (/root/android/system/cm11/out/target/product/jflte/symbols/system/lib/libharfbuzz_ng.so)
target Strip: libharfbuzz_ng (/root/android/system/cm11/out/target/product/jflte/obj/lib/libharfbuzz_ng.so)
make: *** No rule to make target `/root/android/system/cm11/out/target/product/jflte/obj/lib/libtime_genoff.so', needed by `/root/android/system/cm11/out/target/product/jflte/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/LINKED/libandroid_runtime.so'. Stop.
You need to download (proprietary) vendor_samsung_jflte repo too.
If you can't find on CM git, use it from MoKee
Inviato dal mio GT-I9505
Is this different then running "./extract-files.sh" while in (in my case) the "~/android/system/cm11/device/samsung/jflte" folder?
Sorry I'm very new to this.
reb1995 said:
Is this different then running "./extract-files.sh" while in (in my case) the "~/android/system/cm11/device/samsung/jflte" folder?
Sorry I'm very new to this.
Click to expand...
Click to collapse
No problem, cd to device/samsung/jflte and do ./extract-files.sh or . extract-files.sh
That vendor files are already available btw, you don't need to extract them from your devices, just grab this
Remember also to do cd vendor/cm && ./get-prebuilts before you build otherwise you'll get error about missing Term.apk
Inviato dal mio GT-I9505
AntaresOne said:
No problem, cd to device/samsung/jflte and do ./extract-files.sh or . extract-files.sh
That vendor files are already available btw, you don't need to extract them from your devices, just grab this
Remember also to do cd vendor/cm && ./get-prebuilts before you build otherwise you'll get error about missing Term.apk
Inviato dal mio GT-I9505
Click to expand...
Click to collapse
Thanks. I tried the ./get-prebuilts in the right folder last time. Must not have gotten everything. Who knows, Ill try a build and we'll see how it goes.... Thank you for your help by the way!
reb1995 said:
Thanks. I tried the ./get-prebuilts in the right folder last time. Must not have gotten everything. Who knows, Ill try a build and we'll see how it goes.... Thank you for your help by the way!
Click to expand...
Click to collapse
No problem if you'll need anything else just ask
Inviato dal mio GT-I9505
AntaresOne said:
No problem if you'll need anything else just ask
Inviato dal mio GT-I9505
Click to expand...
Click to collapse
Ended up rebuilding my VM..... I had messed up my previous one quite a bit... Anyways, after lost sleep it finally worked! WOOHOO! Thank you so much!:highfive:
Edit: And by worked I mean it built. Didn't boot. That's a different story though...

Omni Compile Error 6.0 for Gehhrc

hi guys anyone have idea ???
Code:
/home/shinoa/RS/OMNI/out/host/linux-x86/bin/checkpolicy: loading policy configuration from /home/shinoa/RS/OMNI/out/target/product/geehrc/obj/ETC/sepolicy_intermediates/policy.conf.dontaudit
/home/shinoa/RS/OMNI/out/host/linux-x86/bin/checkpolicy: policy configuration loaded
/home/shinoa/RS/OMNI/out/host/linux-x86/bin/checkpolicy: writing binary representation (version 30) to /home/shinoa/RS/OMNI/out/target/product/geehrc/obj/ETC/sepolicy_intermediates//sepolicy.dontaudit
host Java: signapk (/home/shinoa/RS/OMNI/out/host/common/obj/JAVA_LIBRARIES/signapk_intermediates/classes)
Export includes file: frameworks/native/opengl/libs/GLES_trace/Android.mk -- /home/shinoa/RS/OMNI/out/target/product/geehrc/obj/SHARED_LIBRARIES/libGLES_trace_intermediates/export_includes
target Strip: libexpat (/home/shinoa/RS/OMNI/out/target/product/geehrc/obj/lib/libexpat.so)
target thumb C++: libGLES_trace <= frameworks/native/opengl/libs/GLES_trace/src/gltrace_api.cpp
target thumb C++: libGLES_trace <= frameworks/native/opengl/libs/GLES_trace/src/gltrace_context.cpp
target thumb C++: libGLES_trace <= frameworks/native/opengl/libs/GLES_trace/src/gltrace_egl.cpp
target thumb C++: libGLES_trace <= frameworks/native/opengl/libs/GLES_trace/src/gltrace_eglapi.cpp
target thumb C++: libGLES_trace <= frameworks/native/opengl/libs/GLES_trace/src/gltrace_fixup.cpp
target thumb C++: libGLES_trace <= frameworks/native/opengl/libs/GLES_trace/src/gltrace_hooks.cpp
target thumb C++: libGLES_trace <= frameworks/native/opengl/libs/GLES_trace/src/gltrace_transport.cpp
target thumb C++: libGLES_trace <= /home/shinoa/RS/OMNI/out/target/product/geehrc/gen/SHARED_LIBRARIES/libGLES_trace_intermediates/proto/frameworks/native/opengl/libs/GLES_trace/proto/gltrace.pb.cc
Copy: /home/shinoa/RS/OMNI/out/target/product/geehrc/obj/STATIC_LIBRARIES/libLLVMARMCodeGen_intermediates/ARMGenRegisterInfo.inc
target SharedLib: libssl (/home/shinoa/RS/OMNI/out/target/product/geehrc/obj/SHARED_LIBRARIES/libssl_intermediates/LINKED/libssl.so)
build/core/host_shared_library_internal.mk:51: recipe for target '/home/shinoa/RS/OMNI/out/host/linux-x86/obj/lib/libart.so' failed
#### make failed to build some targets (03:21:03 (hh:mm:ss)) ####
[email protected]:~$
Full log >> http://www.hastebin.com/ovasuzowaw.vhdl

Categories

Resources