diff options
author | David Su <dysu@google.com> | 2020-05-04 16:25:37 -0700 |
---|---|---|
committer | David Su <dysu@google.com> | 2020-05-04 16:33:21 -0700 |
commit | 3529b692659afa466f60284f39f6cc87eb1fd243 (patch) | |
tree | 6ef70eaad8909956205f946228513958cf5d4565 /service | |
parent | be1d76775b438a5316611a77dbf0989e73037cf9 (diff) |
Remove sample overlay app
Sample app will become stale since it is never
referenced.
Instead refer to the Pixel sample overlay app
at device/google/coral/rro_overlays/WifiOverlay/.
However keeping the RROOverlaySampleApp folder
around since it has been referenced in
documentation in the past.
Bug: 155689625
Test: compiles
Change-Id: Ice1e87aa764882ad3fea9c98eef82a988bc054ff
Diffstat (limited to 'service')
-rw-r--r-- | service/res/values/overlayable.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/res/values/overlayable.xml b/service/res/values/overlayable.xml index 60454728d..d0dd87525 100644 --- a/service/res/values/overlayable.xml +++ b/service/res/values/overlayable.xml @@ -13,7 +13,7 @@ <!-- These values can be used to control wifi stack behavior/features on individual devices. These can be overridden by OEM's by using an RRO overlay app. - There is a sample RRO overlay app under frameworks/opt/net/wifi/RROOverlaySampleApp --> + See device/google/coral/rro_overlays/WifiOverlay/ for a sample overlay app. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <overlayable name="WifiCustomization"> <!-- START VENDOR CUSTOMIZATION --> |