diff options
author | David Su <dysu@google.com> | 2019-12-14 21:37:20 -0800 |
---|---|---|
committer | David Su <dysu@google.com> | 2019-12-16 17:16:07 -0800 |
commit | 130441b131fc0978f75a042059661484d1aa3e9d (patch) | |
tree | 8facb3b23ac870307efb64a0da4b678683505ed6 /framework-jarjar-rules.txt | |
parent | 754fcc20c5b631bd5818e6c9fe3cc83dda2fd1b9 (diff) |
Create WifiAnnotations and jarjar into framework
@IntDef annotations defined in the Wifi module are
@hide and cannot be referenced from the rest of
framework. Create a separate class for Wifi
annotations that can be jarjar'ed into external
clients.
Bug: 140299412
Test: compiles
Change-Id: I5beac976b4d12fb2c01f46cb46f9c54ab54618ea
Diffstat (limited to 'framework-jarjar-rules.txt')
-rw-r--r-- | framework-jarjar-rules.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework-jarjar-rules.txt b/framework-jarjar-rules.txt new file mode 100644 index 000000000000..d8af726ffa72 --- /dev/null +++ b/framework-jarjar-rules.txt @@ -0,0 +1,2 @@ +rule android.hidl.** android.internal.hidl.@1 +rule android.net.wifi.WifiAnnotations* android.internal.wifi.WifiAnnotations@1 |