aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index e68a5677fc..0dfada3ea2 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -185,6 +185,11 @@ cc_test {
srcs: [
$dm_srcs
],
+
+ shared_libs: [
+ "libbinder",
+ "libutils",
+ ],
}
cc_test {