Make tf_cc_test compilable by default for Android
This change adjusts the build options for tf_cc_test targets so that they can be built for Android devices by default. Many targets will still need additional options on a per-target basis. Android requires that executables be compiled with `-pie`. PiperOrigin-RevId: 179729092
Loading
Please sign in to comment