commit | 4745a3d96edcf43536ee0d39e1bef17c19a44262 | [log] [tgz] |
---|---|---|
author | Michael Butler <butlermichael@google.com> | Thu Jul 11 15:43:22 2019 -0700 |
committer | Michael Butler <butlermichael@google.com> | Wed Jul 17 21:25:37 2019 +0000 |
tree | 10c679285feee2fdfb61d72111e0b8fec0291aed | |
parent | f3c815b300346a5ec23b125bfb7ab3c48d2c42fb [diff] |
NNAPI VTS fix from NNAPI CL: Cleanup HalInterfaces.h Prior to this CL, HalInterfaces.h polluted the global namespace through the "using" declarations. To fix b/72880287, those names were put in a new ::android::nn::hal namespace. This CL fixes the compilation errors that occur due to this cleanup. Bug: 72880287 Test: mma Change-Id: Idb228e37615af7c0343a09f9a51de378e63bdb5a