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.
Exempt-From-Owner-Approval: cherry-pick from internal
Merged-In: Ic3edc7e285e9eafbdaa20b18ccbc0b2231370779
(cherry picked from commit 7c2ae1f02c
)
Change-Id: Ic3edc7e285e9eafbdaa20b18ccbc0b2231370779
This commit is contained in:
parent
b03ff7dbbf
commit
49c3dc51c7
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