commit | 72a431efac537a5f446352ae3ea0c490f6d98274 | [log] [tgz] |
---|---|---|
author | Yu-Han Yang <yuhany@google.com> | Thu Feb 22 23:34:42 2024 +0000 |
committer | Yu-Han Yang <yuhany@google.com> | Fri Jun 07 17:50:25 2024 +0000 |
tree | 6137ba14bba4960a8dfc56fb511a3103da1f0211 | |
parent | 379d7c1e65c3a10ae1b01a1510a26a29524a29bf [diff] [blame] |
Add more GnssDebug validity tests Bug: 326293710 Test: atest VtsHalGnssTargetTest Change-Id: Ie20d0ce369bc7d03ccfb7f7e01a4e28ed54a5d4d
diff --git a/gnss/aidl/default/GnssDebug.h b/gnss/aidl/default/GnssDebug.h index 001d47c..b6844b3 100644 --- a/gnss/aidl/default/GnssDebug.h +++ b/gnss/aidl/default/GnssDebug.h
@@ -20,6 +20,8 @@ namespace aidl::android::hardware::gnss { +class Gnss; + struct GnssDebug : public BnGnssDebug { public: ndk::ScopedAStatus getDebugData(DebugData* debugData) override;