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

Unverified Commit cbcd7b22 authored by Michael Bestas's avatar Michael Bestas
Browse files

Move Gallery2 back to product partition

Change-Id: I3e9a1c46785d77f445c70292082926079fb27baf
parent ddd2b324
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ android_app {

    resource_dirs: ["res"],

    system_ext_specific: true,
    product_specific: true,

    overrides: [
        "Gallery",
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ package {

cc_defaults {
    name: "gallery2_jni_defaults",
    system_ext_specific: true,
    product_specific: true,

    cflags: [
        "-Wall",
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ package {

cc_library_shared {
    name: "libjni_gallery_jpegstream",
    system_ext_specific: true,
    product_specific: true,

    static_libs: ["libjpeg_static_ndk"],
    shared_libs: ["liblog"],