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

Commit c2a7f929 authored by Joey Rizzoli's avatar Joey Rizzoli Committed by Arne Coucheron
Browse files

Gallery2: Use custom transition aar lib

* This replaces AOSP transition lib, which appears to be currently
  broken in O

Change-Id: I8c966984885c0b132e58f015765f83f832070743
parent ce5fdc39
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_JAVA_LIBRARIES := telephony-common

LOCAL_STATIC_JAVA_LIBRARIES += android-support-design
LOCAL_STATIC_JAVA_LIBRARIES += android-support-transition
LOCAL_STATIC_JAVA_LIBRARIES += android-support-v7-appcompat
LOCAL_STATIC_JAVA_LIBRARIES += android-support-v13
LOCAL_STATIC_JAVA_LIBRARIES += org.codeaurora.gallery.common
@@ -25,8 +24,12 @@ LOCAL_RESOURCE_DIR += \
LOCAL_AAPT_FLAGS := \
    --auto-add-overlay \
    --extra-packages android.support.design \
    --extra-packages android.support.transition \
    --extra-packages android.support.v7.appcompat

LOCAL_STATIC_JAVA_AAR_LIBRARIES := \
    android-support-transition-gallery

LOCAL_PACKAGE_NAME := Gallery2

LOCAL_PRIVILEGED_MODULE := true
@@ -49,6 +52,13 @@ LOCAL_JAVA_LIBRARIES += org.apache.http.legacy

include $(BUILD_PACKAGE)

include $(CLEAR_VARS)

LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := \
    android-support-transition-gallery:libs/transition-26.1.0.aar

include $(BUILD_MULTI_PREBUILT)

ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)

# Use the following include to make gallery test apk
+165 KiB

File added.

No diff preview for this file type.