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

Commit 6e3ca218 authored by Rachel Lee's avatar Rachel Lee Committed by Android (Google) Code Review
Browse files

Merge "Move Choreographer to libgui."

parents 2cbb93eb 273c18c3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -192,6 +192,7 @@ cc_library_shared {
        "BitTube.cpp",
        "BLASTBufferQueue.cpp",
        "BufferItemConsumer.cpp",
        "Choreographer.cpp",
        "CompositorTiming.cpp",
        "ConsumerBase.cpp",
        "CpuConsumer.cpp",
@@ -234,6 +235,7 @@ cc_library_shared {

    export_header_lib_headers: [
        "libgui_aidl_headers",
        "jni_headers",
    ],

    aidl: {
@@ -241,6 +243,7 @@ cc_library_shared {
    },

    header_libs: [
        "jni_headers",
        "libdvr_headers",
        "libgui_aidl_headers",
        "libpdx_headers",
+1 −1
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@

// #define LOG_NDEBUG 0

#include <gui/Choreographer.h>
#include <jni.h>
#include <nativedisplay/Choreographer.h>

#undef LOG_TAG
#define LOG_TAG "AChoreographer"
+2 −1
Original line number Diff line number Diff line
@@ -16,8 +16,9 @@

#pragma once

#include <android/choreographer.h>
#include <gui/DisplayEventDispatcher.h>
#include <private/android/choreographer.h>
#include <jni.h>
#include <utils/Looper.h>

#include <mutex>
+1 −1
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@

#include <android-base/thread_annotations.h>
#include <android/gui/ISurfaceComposer.h>
#include <gui/Choreographer.h>
#include <jni.h>
#include <nativedisplay/Choreographer.h>
#include <private/android/choreographer.h>
#include <utils/Looper.h>
#include <utils/Timers.h>
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@ cc_library_shared {
        ":libgui_frame_event_aidl",
        "AChoreographer.cpp",
        "ADisplay.cpp",
        "Choreographer.cpp",
        "surfacetexture/surface_texture.cpp",
        "surfacetexture/SurfaceTexture.cpp",
        "surfacetexture/ImageConsumer.cpp",