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:
parent
e21e048ef8
commit
793b874c4d
1 changed files with 11 additions and 0 deletions
11
Android.bp
Normal file
11
Android.bp
Normal 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,
|
||||
}
|
Loading…
Reference in a new issue