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

Commit 4c27c0ce authored by Jerome Gaillard's avatar Jerome Gaillard
Browse files

Make libandroid_runtime build on mac

Move AnimatedImageDrawable to Android only build as it does not compile on mac.

Bug: 148525019
Test: on mac: lunch sdk && m libandroid_runtime
Change-Id: Ia42a37c0ae02d1b520935f2b41b57cf7ab6ef74d
parent f9a4dc41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -360,7 +360,6 @@ cc_library_static {
        "android_view_RenderNode.cpp",
        "android_util_PathParser.cpp",

        "android/graphics/AnimatedImageDrawable.cpp",
        "android/graphics/Bitmap.cpp",
        "android/graphics/BitmapFactory.cpp",
        "android/graphics/ByteBufferStreamAdaptor.cpp",
@@ -436,6 +435,7 @@ cc_library_static {

                "android_view_TextureLayer.cpp",
                "android_view_ThreadedRenderer.cpp",
                "android/graphics/AnimatedImageDrawable.cpp",
                "android/graphics/BitmapRegionDecoder.cpp",
                "android/graphics/GIFMovie.cpp",
                "android/graphics/Movie.cpp",