commit | d209609151a06a9aecb02b172ac4c1f5a7a55827 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Wed Nov 24 14:35:23 2021 +0900 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Thu Nov 25 02:06:59 2021 +0000 |
tree | 1416e25caa9f0e61d7a8a27cb631d07d05078d1a | |
parent | 043cd768a6fadd16cc264271f798f73c198a4e15 [diff] |
Remove NdkAlignmentOf cpp::AlignmentOf() can be used in both CPP/NDK. In fact, NDK version and CPP version implement the same thing in different ways. NDK version translates the AIDL type into CPP type and then maps it to alignment while CPP version uses AIDL type to get alignment value. NDK version will not work when we support fixed-size array. Bug: n/a Test: CtsNdkBinderTestCases Change-Id: Ib08c32fbcd41927d00973202b1bc8e3aaccb4b85
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview