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

Commit 3e1b75e4 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12664851 from 9accf30e to 25Q1-release

Change-Id: Ia8b4bfad3d8e6f8289b8a7ed22ac02ad87513828
parents 828d84be 9accf30e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ cc_library_headers {
    export_include_dirs: [
        "include/",
    ],
    product_available: true,
}

ndk_headers {
+2 −0
Original line number Diff line number Diff line
@@ -294,6 +294,8 @@ enum class KeyboardType {
    NONE = AINPUT_KEYBOARD_TYPE_NONE,
    NON_ALPHABETIC = AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC,
    ALPHABETIC = AINPUT_KEYBOARD_TYPE_ALPHABETIC,
    ftl_first = NONE,
    ftl_last = ALPHABETIC,
};

bool isStylusToolType(ToolType toolType);
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ cc_library {
    ],

    export_shared_lib_headers: [
        "android.hardware.graphics.common-V5-ndk",
        "android.hardware.graphics.common-V6-ndk",
        "android.hardware.graphics.mapper@4.0",
        "libhidlbase",
    ],
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ static const char* kFormerlyVndkspLibrariesList =
    "android.hardware.common-V2-ndk.so:"
    "android.hardware.common.fmq-V1-ndk.so:"
    "android.hardware.graphics.allocator-V2-ndk.so:"
    "android.hardware.graphics.common-V5-ndk.so:"
    "android.hardware.graphics.common-V6-ndk.so:"
    "android.hardware.graphics.common@1.0.so:"
    "android.hardware.graphics.common@1.1.so:"
    "android.hardware.graphics.common@1.2.so:"
+8 −0
Original line number Diff line number Diff line
@@ -131,3 +131,11 @@ flag {
  bug: "359252619"
  is_fixed_read_only: true
} # bq_producer_throttles_only_async_mode

flag {
  name: "bq_gl_fence_cleanup"
  namespace: "core_graphics"
  description: "Remove BufferQueueProducer::dequeue's wait on this fence (or the fence entirely) to prevent deadlocks"
  bug: "339705065"
  is_fixed_read_only: true
} # bq_gl_fence_cleanup
Loading