Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f64b664d authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by Gerrit Code Review
Browse files

Merge "Fix typo in APEX_LIBS_ABSENCE_CHECK_EXCLUDE"

parents 7147b52c c193ae4c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1253,14 +1253,14 @@ DISABLE_APEX_LIBS_ABSENCE_CHECK ?=
# Bionic should not be in /system, except for the bootstrap instance.
# Bionic should not be in /system, except for the bootstrap instance.
APEX_LIBS_ABSENCE_CHECK_EXCLUDE := lib/bootstrap lib64/bootstrap
APEX_LIBS_ABSENCE_CHECK_EXCLUDE := lib/bootstrap lib64/bootstrap


# Exclude lib/arm and lib/arm64 which contain the native bridge proxy libs. They
# Exclude lib/arm and lib64/arm64 which contain the native bridge proxy libs. They
# are compiled for the guest architecture and used with an entirely different
# are compiled for the guest architecture and used with an entirely different
# linker config. The native libs are then linked to as usual via exported
# linker config. The native libs are then linked to as usual via exported
# interfaces, so the proxy libs do not violate the interface boundaries on the
# interfaces, so the proxy libs do not violate the interface boundaries on the
# native architecture.
# native architecture.
# TODO(b/130630776): Introduce a make variable for the appropriate directory
# TODO(b/130630776): Introduce a make variable for the appropriate directory
# when native bridge is active.
# when native bridge is active.
APEX_LIBS_ABSENCE_CHECK_EXCLUDE += lib/arm lib/arm64
APEX_LIBS_ABSENCE_CHECK_EXCLUDE += lib/arm lib64/arm64


# Exclude vndk-* subdirectories which contain prebuilts from older releases.
# Exclude vndk-* subdirectories which contain prebuilts from older releases.
APEX_LIBS_ABSENCE_CHECK_EXCLUDE += lib/vndk-% lib64/vndk-%
APEX_LIBS_ABSENCE_CHECK_EXCLUDE += lib/vndk-% lib64/vndk-%