From efd326d8bb2cf7e776fbe098a8e51df7deb5bc2a Mon Sep 17 00:00:00 2001 From: Andrei Onea Date: Tue, 4 Aug 2020 13:40:24 +0100 Subject: [PATCH] Rename manual hidden api lists Use newer terminology, as specified here: go/hiddenapi-list-renaming Test: m Bug: 162827370 Change-Id: Id273b975b9683c2a5ae2f6e34e703df5d8b8179c --- ...{hiddenapi-force-blacklist.txt => hiddenapi-force-blocked.txt} | 0 .../{hiddenapi-greylist-max-o.txt => hiddenapi-max-target-o.txt} | 0 .../{hiddenapi-greylist-max-p.txt => hiddenapi-max-target-p.txt} | 0 .../{hiddenapi-greylist-max-q.txt => hiddenapi-max-target-q.txt} | 0 ...i-greylist-packages.txt => hiddenapi-unsupported-packages.txt} | 0 config/{hiddenapi-greylist.txt => hiddenapi-unsupported.txt} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename config/{hiddenapi-force-blacklist.txt => hiddenapi-force-blocked.txt} (100%) rename config/{hiddenapi-greylist-max-o.txt => hiddenapi-max-target-o.txt} (100%) rename config/{hiddenapi-greylist-max-p.txt => hiddenapi-max-target-p.txt} (100%) rename config/{hiddenapi-greylist-max-q.txt => hiddenapi-max-target-q.txt} (100%) rename config/{hiddenapi-greylist-packages.txt => hiddenapi-unsupported-packages.txt} (100%) rename config/{hiddenapi-greylist.txt => hiddenapi-unsupported.txt} (100%) diff --git a/config/hiddenapi-force-blacklist.txt b/config/hiddenapi-force-blocked.txt similarity index 100% rename from config/hiddenapi-force-blacklist.txt rename to config/hiddenapi-force-blocked.txt diff --git a/config/hiddenapi-greylist-max-o.txt b/config/hiddenapi-max-target-o.txt similarity index 100% rename from config/hiddenapi-greylist-max-o.txt rename to config/hiddenapi-max-target-o.txt diff --git a/config/hiddenapi-greylist-max-p.txt b/config/hiddenapi-max-target-p.txt similarity index 100% rename from config/hiddenapi-greylist-max-p.txt rename to config/hiddenapi-max-target-p.txt diff --git a/config/hiddenapi-greylist-max-q.txt b/config/hiddenapi-max-target-q.txt similarity index 100% rename from config/hiddenapi-greylist-max-q.txt rename to config/hiddenapi-max-target-q.txt diff --git a/config/hiddenapi-greylist-packages.txt b/config/hiddenapi-unsupported-packages.txt similarity index 100% rename from config/hiddenapi-greylist-packages.txt rename to config/hiddenapi-unsupported-packages.txt diff --git a/config/hiddenapi-greylist.txt b/config/hiddenapi-unsupported.txt similarity index 100% rename from config/hiddenapi-greylist.txt rename to config/hiddenapi-unsupported.txt