@@ -630,43 +630,15 @@ filegroup(
630630 visibility = ["//visibility:public" ],
631631)
632632
633- TENSORFLOW_ANDROID_SRCS = [
634- "//tensorflow/core:android_core_ops" ,
635- "//tensorflow/core:android_extended_ops" ,
636- "//tensorflow/core:android_srcs" ,
637- ]
638-
639- config_setting (
640- name = "android_32" ,
641- values = {
642- "crosstool_top" : "//android_ndk_repository/toolchains/gcc_4_8:everything" ,
643- },
644- )
645-
646- config_setting (
647- name = "android_64" ,
648- values = {
649- "crosstool_top" : "//android_ndk_repository/toolchains/gcc_4_9:everything" ,
650- },
651- )
652-
653- config_setting (
654- name = "android_bazel" ,
655- values = {
656- "crosstool_top" : "//external:android/crosstool" ,
657- },
658- )
659-
660633# Native library support for Android applications.
661634# Should be built to target Android with flag --copt=-mfpu=neon.
662635cc_library (
663636 name = "android_tensorflow_lib" ,
664- srcs = select ({
665- ":android_32" : TENSORFLOW_ANDROID_SRCS ,
666- ":android_64" : TENSORFLOW_ANDROID_SRCS ,
667- ":android_bazel" : TENSORFLOW_ANDROID_SRCS ,
668- "//conditions:default" : [],
669- }),
637+ srcs = [
638+ "//tensorflow/core:android_core_ops" ,
639+ "//tensorflow/core:android_extended_ops" ,
640+ "//tensorflow/core:android_srcs" ,
641+ ],
670642 hdrs = [
671643 "framework/tensor.h" ,
672644 "platform/env.h" ,
0 commit comments