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

Commit b5ebbfa0 authored by Tingting Wang's avatar Tingting Wang Committed by Android (Google) Code Review
Browse files

Merge "Add feature highlight to hamburger icon." into ub-contactsdialer-f-dev

parents 189036a1 dce1e68d
Loading
Loading
Loading
Loading
+28 −3
Original line number Diff line number Diff line
@@ -28,15 +28,16 @@ LOCAL_AAPT_FLAGS := \
    --auto-add-overlay \
    --extra-packages com.android.contacts.common \
    --extra-packages com.android.phone.common \
    --extra-packages com.google.android.libraries.material.featurehighlight \
    --extra-packages android.support.design \
    --extra-packages android.support.v7.appcompat \
    --extra-packages android.support.v7.cardview \
    --extra-packages android.support.v7.recyclerview

LOCAL_STATIC_JAVA_AAR_LIBRARIES := aar_feature_highlight

LOCAL_STATIC_JAVA_LIBRARIES := \
    com.android.vcard \
    android-common \
    guava \
    android-support-design \
    android-support-v13 \
    android-support-v7-appcompat \
@@ -44,7 +45,15 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
    android-support-v7-recyclerview \
    android-support-v7-palette \
    android-support-v4 \
    libphonenumber
    com.android.vcard \
    guava \
    libphonenumber \
    lib_animation \
    lib_math \
    lib_navigation_finder \
    lib_path \
    lib_util_objects \
    lib_util_preconditions

LOCAL_PACKAGE_NAME := Contacts
LOCAL_CERTIFICATE := shared
@@ -57,5 +66,21 @@ LOCAL_MIN_SDK_VERSION := 21

include $(BUILD_PACKAGE)

#########################################################################################

include $(CLEAR_VARS)
# Import FeatureHighlight aar and its dependencies.
LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := aar_feature_highlight:libs/featurehighlight.aar \
    lib_animation:libs/libanimation.jar \
    lib_math:libs/libmath.jar \
    lib_navigation_finder:libs/libappcompat.jar \
    lib_path:libs/libpath.jar \
    lib_util_objects:libs/libutil_Objects.jar \
    lib_util_preconditions:libs/libutil_Preconditions.jar

include $(BUILD_MULTI_PREBUILT)

#########################################################################################

# Use the folloing include to make our test apk.
include $(call all-makefiles-under,$(LOCAL_PATH))

libs/README.txt

0 → 100644
+9 −0
Original line number Diff line number Diff line
featurehighlight.aar was generated from google3:
blaze build java/com/google/android/libraries/material/featurehighlight:featurehighlight.aar

Other libs are dependencies of featurehighlight.aar:
blaze build java/com/google/android/libraries/material/featurehighlight/appcompat:appcompat for libappcompat.jar
blaze build java/com/google/android/libraries/material/animation:animation for libanimation.jar
blaze build java/com/google/android/libraries/stitch/util:util for libutil_Objects.jar and libutil_Preconditions.jar
blaze build java/com/google/android/libraries/material/math:math for libmath.jar
blaze build java/com/google/android/libraries/material/path:path for libpath.jar
+53.3 KiB

File added.

No diff preview for this file type.

libs/libanimation.jar

0 → 100644
+21.3 KiB

File added.

No diff preview for this file type.

libs/libappcompat.jar

0 → 100644
+3.76 KiB

File added.

No diff preview for this file type.

Loading