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

Commit 9e1287f9 authored by Diego Perez's avatar Diego Perez Committed by android-build-merger
Browse files

Merge "Add missing delegate in Bitmap_Delegate" into nyc-dev am: e37ecbde

am: e8498819

* commit 'e8498819':
  Add missing delegate in Bitmap_Delegate

Change-Id: I6c2475f85dfb663017d0f3123b964ecdc459d6aa
parents 010a81c5 e8498819
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -302,6 +302,13 @@ public final class Bitmap_Delegate {
        return null;
    }

    @LayoutlibDelegate
    /*package*/ static Bitmap nativeCopyAshmemConfig(long nativeSrcBitmap, int nativeConfig) {
        // Unused method; no implementation provided.
        assert false;
        return null;
    }

    @LayoutlibDelegate
    /*package*/ static long nativeGetNativeFinalizer() {
        synchronized (Bitmap_Delegate.class) {