blob: 670169da57b97a3286abc26088098d6c7023860f [file] [log] [blame]
LOCAL_MODULE_TAGS := optional
LOCAL_PRIVILEGED_MODULE := true
LOCAL_STATIC_JAVA_LIBRARIES += guava
LOCAL_STATIC_ANDROID_LIBRARIES := \
androidx.legacy_legacy-support-core-ui \
androidx.legacy_legacy-support-v4 \
androidx.appcompat_appcompat \
androidx.legacy_legacy-support-v13 \
androidx.design_design \
androidx.transition_transition \
androidx.recyclerview_recyclerview
LOCAL_USE_AAPT2 := true
LOCAL_JACK_FLAGS := \
-D jack.optimization.inner-class.accessors=true
# Only enable asserts on userdebug/eng builds
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
LOCAL_JACK_FLAGS += -D jack.assert.policy=always
endif
LOCAL_CERTIFICATE := platform
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)