Loading Android.mk +1 −5 Original line number Diff line number Diff line Loading @@ -998,13 +998,9 @@ ext_dirs := \ ../../external/nist-sip/java \ ../../external/apache-http/src \ ../../external/tagsoup/src \ ../../external/libphonenumber/java/src ext_src_files := $(call all-java-files-under,$(ext_dirs)) ext_res_dirs := \ ../../external/libphonenumber/java/src # ==== the library ========================================= include $(CLEAR_VARS) Loading @@ -1012,7 +1008,7 @@ LOCAL_SRC_FILES := $(ext_src_files) LOCAL_NO_STANDARD_LIBRARIES := true LOCAL_JAVA_LIBRARIES := core-libart LOCAL_JAVA_RESOURCE_DIRS := $(ext_res_dirs) LOCAL_STATIC_JAVA_LIBRARIES := libphonenumber-platform LOCAL_MODULE_TAGS := optional LOCAL_MODULE := ext Loading Loading
Android.mk +1 −5 Original line number Diff line number Diff line Loading @@ -998,13 +998,9 @@ ext_dirs := \ ../../external/nist-sip/java \ ../../external/apache-http/src \ ../../external/tagsoup/src \ ../../external/libphonenumber/java/src ext_src_files := $(call all-java-files-under,$(ext_dirs)) ext_res_dirs := \ ../../external/libphonenumber/java/src # ==== the library ========================================= include $(CLEAR_VARS) Loading @@ -1012,7 +1008,7 @@ LOCAL_SRC_FILES := $(ext_src_files) LOCAL_NO_STANDARD_LIBRARIES := true LOCAL_JAVA_LIBRARIES := core-libart LOCAL_JAVA_RESOURCE_DIRS := $(ext_res_dirs) LOCAL_STATIC_JAVA_LIBRARIES := libphonenumber-platform LOCAL_MODULE_TAGS := optional LOCAL_MODULE := ext Loading