Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2048acb9 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

camera: pin cpp_std to gnu++17

This project doesn't build with gnu++20 and prevents AOSP default to be
upgraded to a newer standard. Once the build failure is fixed here, this
change can be reverted.

Bug: 311052584
Test: m checkbuild
Change-Id: I416bde51a2a1f1ad58d9c2b0acee037839b16d52
parent e18a6cb5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ cc_library_shared {

cc_library_shared {
    name: "libcamera2ndk_vendor",
    cpp_std: "gnu++17",
    vendor: true,
    srcs: [
        "ndk_vendor/impl/ACameraDevice.cpp",