Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions native/android/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ cc_library_shared {
// Aidl library for platform compat.
cc_library_shared {
name: "lib-platform-compat-native-api",
// libcamera_client (frameworks/av/camera) is vendor_available for the
// legacy device/asus/flo camera HAL; this is a transitive dependency.
// Only depends on libbinder/libutils, both already vendor-safe.
vendor_available: true,
double_loadable: true,
cflags: [
"-Wall",
"-Werror",
Expand Down