Mark updatable APEXes
Mark updatable APEXes as updatable: true so that they are opted-out from optimizations that make sense only for non-updatable modules; such as symlinking to the libs in the system partition. Bug: 149805758 Test: m and check that there is no symlink from the APEX to the system partition. Change-Id: Ic3edc7e285e9eafbdaa20b18ccbc0b2231370779
This commit is contained in:
parent
7e41e88cc5
commit
7c2ae1f02c
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
apex_defaults {
|
||||
name: "com.android.adbd-defaults",
|
||||
updatable: true,
|
||||
|
||||
binaries: ["adbd"],
|
||||
compile_multilib: "both",
|
||||
|
|
Loading…
Reference in a new issue