diff options
| author | Artem Borisov <dedsa2002@gmail.com> | 2017-08-31 16:41:25 +0300 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-12-25 15:13:55 +0100 |
| commit | f3873c1805b9d317887e3aabe064c10e13bd106e (patch) | |
| tree | 51e72f17f4d79c8a5d57ab6af733ec79c64c449c /README.md | |
| parent | bb00e47528381b308f65c97419f986b3d9f96610 (diff) | |
libshim: add atomic calls shim (remove atomic symbols patch)
01-21 03:47:04.275 509 509 F libc : CANNOT LINK EXECUTABLE "/system/bin/mm-qcamera-daemon": cannot locate symbol "android_atomic_acquire_load" referenced by "/system/vendor/lib/libmmcamera2_stats_algorithm.so"...
On mediatek platforms, it's easier to link against libcutils directly
(too many blobs dep)
Change-Id: Ia875a5385931d5e79bfc1a99c3d8996ac66de0df
Signed-off-by: Mister Oyster <oysterized@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ The only configuration libshim needs is the following flags : `#LIBSHIM_GUI_SYMBOLS := true` `#LIBSHIM_OMX_SYMBOLS := true` `#LIBSHIM_AGPS_SYMBOLS := true` +`#LIBSHIM_ATOMIC_SYMBOLS := true` (copy/paste in `BoardConfig.mk` & uncomment the flags you need) # Optional : |
