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
This commit is contained in:
Michael Bestas 2022-08-19 23:40:58 +03:00 committed by Michael Bestas
parent e21e048ef8
commit 793b874c4d
No known key found for this signature in database
GPG key ID: CC95044519BE6669

11
Android.bp Normal file
View file

@ -0,0 +1,11 @@
//
// Copyright (C) 2022 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library_shared {
name: "libavservices_minijail_vendor",
shared_libs: ["libavservices_minijail"],
vendor: true,
}