summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNelson Li <nelsonli@google.com>2024-04-03 15:45:36 +0800
committerNelson Li <nelsonli@google.com>2024-04-03 15:45:36 +0800
commit493b8c37af3d15ef7077fadda0245b1aabfa89e6 (patch)
tree7ff67e9c52c864dbcf461bd7f1bd5487c6620485
parent8366aecd8ba9306091bc08b5ba275427f761a5e5 (diff)
downloadnative_bridge_support-493b8c37af3d15ef7077fadda0245b1aabfa89e6.tar.gz
Update the message to keep the dependencies of berberis_all synchronized.
Bug: 321643544 Test: N/A Change-Id: Id0b6fbaa94d2eb5f0aff510fc12f425fb4d94daa
-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 \