commit | 4b3e4a9bb25fa90a45f8f43fc7a83db528e9ad2b | [log] [tgz] |
---|---|---|
author | Sungtak Lee <taklee@google.com> | Tue Nov 01 23:39:37 2022 +0000 |
committer | Sungtak Lee <taklee@google.com> | Thu Nov 03 07:59:37 2022 +0000 |
tree | 6449ebe956730c579057461d1e2dd0905e1a8f46 | |
parent | 4da2bc583f0c465077b2da8dd503f91a6e1a69a5 [diff] [blame] |
Make ANativeWindow available over stable AIDL Bug: 251850069 Test: m Change-Id: Ia47a5c6a83a7c51b4034c901f6ffc9813d3a6eb3
diff --git a/libs/nativewindow/libnativewindow.map.txt b/libs/nativewindow/libnativewindow.map.txt index ce108b6..76d23fa 100644 --- a/libs/nativewindow/libnativewindow.map.txt +++ b/libs/nativewindow/libnativewindow.map.txt
@@ -57,6 +57,8 @@ ANativeWindow_setUsage; # llndk ANativeWindow_tryAllocateBuffers; # introduced=30 ANativeWindow_unlockAndPost; + ANativeWindow_readFromParcel; # introduced=UpsideDownCake + ANativeWindow_writeToParcel; # introduced=UpsideDownCake local: *; };