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

Commit 341998a3 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

C++20 is the default now.

Change-Id: I64c91ba6f6acf3cdcbef39a3fa1130a07271a66a
parent 99b24369
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -68,8 +68,6 @@ cc_library_shared_for_libandroid_runtime {
        },
    },

    cpp_std: "gnu++20",

    srcs: [
        "android_animation_PropertyValuesHolder.cpp",
        "android_content_res_ApkAssets.cpp",
@@ -516,8 +514,6 @@ cc_library_shared_for_libandroid_runtime {
cc_library_shared {
    name: "libvintf_jni",

    cpp_std: "gnu++20",

    srcs: [
        "android_os_VintfObject.cpp",
        "android_os_VintfRuntimeInfo.cpp",