[PATCH libdrm] android: make libdrm*.so available to the vendor partition

2017-12-13 Thread Jiyong Park
libdrm_.so are moved to the vendor partition (/vendor/lib or /system/vendor/lib if there is no dedicated vendor partition), since they are vendor-specific extension that must not be in the system partition which should be generic. libdrm.so (which is generic) is built/installed twice: once to /ven

Re: [PATCH libdrm] android: make libdrm*.so available to the vendor partition

2017-12-11 Thread Emil Velikov
On 11 December 2017 at 03:51, Chih-Wei Huang wrote: > Please rebase to the latest master and re-submit the patch. > In particular, please consider the master already has > a Rob Herring's patch which moved libdrm* to /vendor. > This please. > > > 2017-07-26 18:08 GMT+08:00 Jiyong Park : >> libdr

Re: [PATCH libdrm] android: make libdrm*.so available to the vendor partition

2017-12-10 Thread Chih-Wei Huang
It seems the patch is necessary in Android 8.1, otherwise we got the errors: bootable/recovery/minui/Android.mk: error: libminui (STATIC_LIBRARIES android-x86_64) missing libdrm_platform (STATIC_LIBRARIES android-x86_64) You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is in

[PATCH libdrm] android: make libdrm*.so available to the vendor partition

2017-07-26 Thread Jiyong Park
libdrm_.so are moved to the vendor partition (/vendor/lib or /system/vendor/lib if there is no dedicated vendor partition), since they are vendor-specific extension that must not be in the system partition which should be generic. libdrm.so (which is generic) is built/installed twice: once to /ven