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

Commit a621a64c authored by Huang Li's avatar Huang Li
Browse files

Back Merge from rel branch to dev branch after N-MR1 upgrade

Change-Id: I2edf3d8b636e0d7ea459dea047021916b117b0b2
CRs-Fixed: 1099303
parents 666a5427 651e20d7
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
        $(call all-logtags-files-under, src)

LOCAL_MODULE := settings-logtags

include $(BUILD_STATIC_JAVA_LIBRARY)

# Build the Settings APK
include $(CLEAR_VARS)

LOCAL_JAVA_LIBRARIES := bouncycastle core-oj telephony-common ims-common
LOCAL_STATIC_JAVA_LIBRARIES := \
    android-support-v4 \
@@ -9,7 +19,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
    android-support-v7-preference \
    android-support-v7-appcompat \
    android-support-v14-preference \
    jsr305
    jsr305 \
    settings-logtags

LOCAL_MODULE_TAGS := optional

Loading