e3q: Fix camera

Change-Id: If6c242499680e9fb57b4c3417b851858314cd3db
This commit is contained in:
David Wronek
2025-01-12 20:34:15 +01:00
parent c025acecd5
commit cec76c9796
10 changed files with 71 additions and 45 deletions

11
libshims/Android.bp Normal file
View File

@@ -0,0 +1,11 @@
//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library_shared {
name: "libhypervintf",
srcs: ["libhypervintf/libhypervintf.cpp"],
vendor: true,
}