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

Commit fcb42958 authored by Aurimas Liutikas's avatar Aurimas Liutikas Committed by android-build-merger
Browse files

Migrate PrintSpooler to aapt2.

am: d6c9658d

Change-Id: I64afdc062304c04a8f28d56cad0d4b32ba3c9d10
parents 27f2c174 d6c9658d
Loading
Loading
Loading
Loading
+14 −5
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := optional

LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res frameworks/support/v7/recyclerview/res
LOCAL_AAPT_FLAGS := --auto-add-overlay --extra-packages android.support.v7.recyclerview
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
LOCAL_USE_AAPT2 := true
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SRC_FILES += \
    src/com/android/printspooler/renderer/IPdfRenderer.aidl \
@@ -29,7 +29,16 @@ LOCAL_PACKAGE_NAME := PrintSpooler
LOCAL_PRIVATE_PLATFORM_APIS := true

LOCAL_JNI_SHARED_LIBRARIES := libprintspooler_jni
LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 android-support-v7-recyclerview
LOCAL_STATIC_ANDROID_LIBRARIES := \
    android-support-v7-recyclerview \
    android-support-compat \
    android-support-media-compat \
    android-support-core-utils \
    android-support-core-ui \
    android-support-fragment

LOCAL_STATIC_JAVA_LIBRARIES := \
    android-support-annotations

include $(BUILD_PACKAGE)