summaryrefslogtreecommitdiff
path: root/runtime/class_linker.h
diff options
context:
space:
mode:
author Jiakai Zhang <jiakaiz@google.com> 2021-10-11 05:04:34 +0000
committer Jiakai Zhang <jiakaiz@google.com> 2021-10-15 13:03:49 +0000
commitebf496f245dec69af6abfa115aa0e5872aee93d1 (patch)
tree4d90ed1ea13dc04c364e1f75de45098cc1b2333b /runtime/class_linker.h
parent0d0d91a2acd58696366021982279bacc6638b123 (diff)
Deprecate --updatable-bcp-packages-fd and --updatable-bcp-packages-file
These flags are no longer needed and therefore deprecated. They are still kept for compatibility, but they do not take any effect now. Bug: 200241946 Test: Presubmits Change-Id: I17b937e382cd3fe6eb20f2a686a638492c93d58e
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r--runtime/class_linker.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h
index 09f19fa236..8f334051ca 100644
--- a/runtime/class_linker.h
+++ b/runtime/class_linker.h
@@ -863,8 +863,6 @@ class ClassLinker {
return true;
}
- virtual bool IsUpdatableBootClassPathDescriptor(const char* descriptor);
-
private:
class LinkFieldsHelper;
class LinkInterfaceMethodsHelper;