summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-04 03:37:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-04 03:37:25 +0000
commit41e8e279320a57bd96127f82a8b95a37a5e1f1d1 (patch)
tree3dd9de9eb6f53ce11b5d2bedfde4494584efea26
parenta48496e399e9ce8d89a5787c2dcfdd2f73451ee4 (diff)
parent493b8c37af3d15ef7077fadda0245b1aabfa89e6 (diff)
downloadnative_bridge_support-41e8e279320a57bd96127f82a8b95a37a5e1f1d1.tar.gz
Merge "Update the message to keep the dependencies of berberis_all synchronized." into main
-rw-r--r--native_bridge_support.mk15
1 files changed, 9 insertions, 6 deletions
diff --git a/native_bridge_support.mk b/native_bridge_support.mk
index f908234..7e5d243 100644
--- a/native_bridge_support.mk
+++ b/native_bridge_support.mk
@@ -28,8 +28,9 @@
# NATIVE_BRIDGE_MODIFIED_GUEST_LIBS: List of modified guest libraries that require host counterpart.
#
-# Note: When modifying this variable, please also update the dependencies of
-# `berberis_all` in frameworks/libs/binary_translation/Android.bp.
+# Note: When modifying this variable, please also update the `phony_deps` of
+# `berberis_riscv64_to_x86_64_defaults` in
+# frameworks/libs/binary_translation/Android.bp.
NATIVE_BRIDGE_PRODUCT_PACKAGES := \
libnative_bridge_vdso.native_bridge \
native_bridge_guest_app_process.native_bridge \
@@ -57,8 +58,9 @@ NATIVE_BRIDGE_PRODUCT_PACKAGES := \
# libicui18n.bootstrap
# libicuuc.bootstrap
-# Note: When modifying this variable, please also update the dependencies of
-# `berberis_all` in frameworks/libs/binary_translation/Android.bp.
+# Note: When modifying this variable, please also update the `phony_deps` of
+# `berberis_riscv64_to_x86_64_defaults` in
+# frameworks/libs/binary_translation/Android.bp.
# Original guest libraries.
NATIVE_BRIDGE_ORIG_GUEST_LIBS := \
libandroidicu.bootstrap \
@@ -77,8 +79,9 @@ NATIVE_BRIDGE_ORIG_GUEST_LIBS := \
libutils \
libz
-# Note: When modifying this variable, please also update the dependencies of
-# `berberis_all` in frameworks/libs/binary_translation/Android.bp.
+# Note: When modifying this variable, please also update the `phony_deps` of
+# `berberis_riscv64_to_x86_64_defaults` in
+# frameworks/libs/binary_translation/Android.bp.
# These libraries need special support on the native bridge implementation side.
NATIVE_BRIDGE_MODIFIED_GUEST_LIBS := \
libaaudio \