summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'radio/1.2/ISap.hal')
-rw-r--r--radio/1.2/ISap.hal9
1 files changed, 4 insertions, 5 deletions
diff --git a/radio/1.2/ISap.hal b/radio/1.2/ISap.hal
index 757027ce..65f9b848 100644
--- a/radio/1.2/ISap.hal
+++ b/radio/1.2/ISap.hal
@@ -18,8 +18,7 @@ package android.hardware.radio@1.2;
18 18
19import @1.1::ISap; 19import @1.1::ISap;
20 20
21interface ISap extends @1.1::ISap { 21/**
22 /** 22 * Empty top level interface.
23 * Empty top level interface. 23 */
24 */ 24interface ISap extends @1.1::ISap {};
25};