libbinder_ndk: use API level 33 for new APIs
aosp/master is still guesswork at this point, but this seems to be the
right level according to b/197721058#comment8.
This API was added recently, and this detail was missed.
Test: build only
Change-Id: Ie159ff817866bea6b9e2eb60879a9cce36d65208
diff --git a/libs/binder/ndk/libbinder_ndk.map.txt b/libs/binder/ndk/libbinder_ndk.map.txt
index 1975bdc..4eb51c4 100644
--- a/libs/binder/ndk/libbinder_ndk.map.txt
+++ b/libs/binder/ndk/libbinder_ndk.map.txt
@@ -141,7 +141,7 @@
AParcel_reset;
};
-LIBBINDER_NDK32 { # introduced=32
+LIBBINDER_NDK33 { # introduced=33
global:
AIBinder_Class_disableInterfaceTokenHeader;
};