From 3644edb0b6084f43446ee65222e0d46f97efa217 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 22 Aug 2017 00:15:25 -0700 Subject: Remove TTS symbols from NDK stub library. These haven't actually existed in libandroid for some time. We can't fix the past, so just remove the API from the NDK. Test: make checkbuild Bug: http://b/64572149 Change-Id: Ic68e81c63e738e6d341bcae6178cdcc080326da4 --- native/android/libandroid.map.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/native/android/libandroid.map.txt b/native/android/libandroid.map.txt index 5758a3ce2a25..2341d883d329 100644 --- a/native/android/libandroid.map.txt +++ b/native/android/libandroid.map.txt @@ -184,11 +184,9 @@ LIBANDROID { ATrace_beginSection; # introduced=23 ATrace_endSection; # introduced=23 ATrace_isEnabled; # introduced=23 - android_getTtsEngine; # introduced-arm=13 introduced-arm64=21 introduced-mips=13 introduced-mips64=21 introduced-x86=13 introduced-x86_64=21 android_getaddrinfofornetwork; # introduced=23 android_setprocnetwork; # introduced=23 android_setsocknetwork; # introduced=23 - getTtsEngine; # introduced-arm=13 introduced-arm64=21 introduced-mips=13 introduced-mips64=21 introduced-x86=13 introduced-x86_64=21 local: *; }; -- cgit v1.2.3-59-g8ed1b