commit | a8ad32b70701202dc5f336f6dfcb06114727835d | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Mar 26 02:25:55 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Mon Mar 29 21:26:57 2021 +0000 |
tree | 5bb091542250482be0df2b211466cbe91cad769d | |
parent | aeff056c6b7070c475c147694e2362d7aba5a1c8 [diff] |
libbinder_ndk: use __ANDROID_VENDOR__ This library is used by the product partition, which also defines __ANDROID_VNDK__. Previously, since the only relevant library here was the gsi service, we excluded APEXes from this test. However, this leaves regular product binaries able to talk to vendor over unstable APIs. Bug: 180646847 Test: binderStabilityTest (is in TH) Change-Id: I896e0bc8aec3c35f43df2d5fdd03ac92fcc84c30