Commit graph

10 commits

Author SHA1 Message Date
Ethan Chen
f0f1e67f41 compat: Add shim for Fence destructor
* This was replaced with a default destructor which has no visible
  linkage. No-op the destructor call and hope the actual destructor is
  called from underneath.

Change-Id: Id039e916c24959e9f60391bc10886df878f4d265
2022-10-27 17:21:16 +01:00
Ethan Chen
e2f889da0b compat: Add shim for libbase LogMessage functions
Change-Id: I4d1db75e5407586c9b69d94803af0ef9a9a91037
2022-10-19 11:40:51 +02:00
LuK1337
edf122ea20 Add missing commas to Android.bp
Change-Id: I5ebb4758e4609fcb971a3d507829f0bc91db8dcd
2022-09-21 18:19:26 +02:00
Nolen Johnson
12973d5ad4 Provide a shim for libui
Co-authored-by: Erfan Abdi <erfangplus@gmail.com>
Co-authored-by: Quallenauge <Hamsi2k@freenet.de>
Change-Id: I27d511340f0f2497bbeb2b046c18b66606610040
2022-09-21 16:42:55 +01:00
Jan Altensen
20c7906710 Provide shim for android_memset32
* memset32.S and android_memset.S taken from Q where this still existed.

Change-Id: Iaf59389e32b87d181f6dccc34e9174da25171f4f
2022-09-21 16:26:12 +01:00
dianlujitao
004fc53230 Provide shim for libcutils strdup8to16/strdup16to8
Co-authored-by: Demon000 <demonsingur@gmail.com>
Co-authored-by: Arian <arian.kulmer@web.de>
Change-Id: Ic5d732f3e98ba45c886db9646d6ef30eb0d42bf4
2022-09-21 16:25:02 +01:00
Erfan Abdi
aae0cea26d Provide libgui{,_vendor} shim for 4.4/4.9-era camera blobs
Signed-off-by: Jarl-Penguin <jarlpenguin@outlook.com>
Change-Id: I5e622e68422f5c4da13c0752a7eb3f4b20ddae49
2022-09-21 12:08:45 +01:00
Sebastiano Barezzi
572788148f
Add android.hidl.{base|manager}@1.0 shim
Some qcom blobs still depend on it.

Change-Id: I5457ebbadd95e4c43af4f4dd2e1a1413a241d865
2022-09-15 20:45:53 +03:00
Michael Bestas
65e78e1596
Add aidl shim libraries for S compatibility
T changed *ndk_platform.so to *ndk.so.
Add shim libraries to make old blobs work again.

Change-Id: I77074f1fadbd44a63b6b9e9822632064d164ef94
2022-09-15 20:45:15 +03:00
Michael Bestas
793b874c4d
Add libavservices_minijail_vendor shim
This has been removed in frameworks/av commit
a03603523a5ec96c75153d39a2369c306f88fa70
but older vendor omx blobs still depend on it.

Change-Id: I49f7756a1fd3c76f650a1ae5c22053553c8cfd9d
2022-09-13 03:58:05 +03:00