New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android 10 support (Q linker) #467
Conversation
Sehr gut. Seams like there isn't much left now.
|
Need to add that to test spec file after we merge this /usr/bin/test_dlopen. |
Please remove CXX="-std=c++14" |
Done thanks. |
Ah sorry, forgot to push that few weeks ago :) mer-hybris/libhybris#58 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also some excessive logging happens when launching apps from command line.
Signed-off-by: Wu Zhongmin <zhongmin.wu@intel.com>
(Only verified on Android X86_64 (Intel Celadon) ) Signed-off-by: Zhongmin Wu <zhongmin.wu@intel.com>
Done in |
Tested on the previous adaptation -- Xperia 10 -- everything still works there too. Also build sanity-tested for couple of older adaptations. |
Signed-off-by: Zhongmin Wu <zhongmin.wu@intel.com>
… and media Also always check in mediaserver, because libmediaplayerservice is not reliable (in some bases it has LOCAL_32_BIT_ONLY commented out, when mediaserver hasn't).
Also fix syntax error.
Since Android Q the audio headers included in the audio test contain C99 style loops, tell gcc to use C99 instead of the default C89 to avoid errors.
Signed-off-by: Zhongmin Wu <zhongmin.wu@intel.com>
Signed-off-by: Simonas Leleiva <simonas.leleiva@jolla.com>
Signed-off-by: Simonas Leleiva <simonas.leleiva@jolla.com>
We don't want libhybris modifying glibc's link_map objects, which should not be linked to bionic's stripped link_map objects. Let' make a copy of the whole chain. Signed-off-by: Simonas Leleiva <simonas.leleiva@jolla.com>
Signed-off-by: Simonas Leleiva <simonas.leleiva@jolla.com>
Signed-off-by: Simonas Leleiva <simonas.leleiva@jolla.com>
Signed-off-by: Simonas Leleiva <simonas.leleiva@jolla.com>
…symbol Backported from o linker. Signed-off-by: Simonas Leleiva <simonas.leleiva@jolla.com>
Thanks, looks good to me |
@krnlyng @sledges @mlehtima @mkosola @Thaodan It seems that this merged PR broke the extract-headers.sh script. The "if" check introduced in https://github.com/libhybris/libhybris/blob/master/utils/extract-headers.sh#L246 is never ended by a "fi". I'm not really sure where this check comes from. Maybe a merge error somehow. Should it be there altogether? |
This is a continued effort of #425.
Has been improved upon and booted on Xperia 10 II running Sailfish OS.
Started this new PR as clean slate with permission from libhybris maintainer.