commit | 238e909349812382f26e0ccae2af1f77e049e1a9 | [log] [tgz] |
---|---|---|
author | Deyao Ren <deyaoren@google.com> | Thu Jul 21 23:05:13 2022 +0000 |
committer | Deyao Ren <deyaoren@google.com> | Tue Aug 30 17:31:00 2022 +0000 |
tree | 552736725c3276c5cad2a52136326b27d0c348c2 | |
parent | 07595e198c2e1892f60f2ef55fc2dbcbe5282483 [diff] [blame] |
Remove and add service and action during apex load and unload Bug: 232114573 Test: atest CtsInitTestCases ApexTestCases Change-Id: I1f91ada1d44ac2380e2faf8fc25e0a521cc1a826
diff --git a/init/init.h b/init/init.h index dd44e95..063632a 100644 --- a/init/init.h +++ b/init/init.h
@@ -48,5 +48,7 @@ int StopServicesFromApex(const std::string& apex_name); +void RemoveServiceAndActionFromApex(const std::string& apex_name); + } // namespace init } // namespace android