summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHungming Chen <nuccachen@google.com>2022-01-11 15:51:28 +0800
committerHungming Chen <nuccachen@google.com>2022-01-11 17:04:40 +0800
commitef9f62b0761836b2514ff1763faffd7a72e3dbd8 (patch)
tree38f94bed62fe3faf3c87ade19e1590c2a965ca50
parent03486e0f358ed120b8ab13eb22ef29e108445616 (diff)
downloadandroid-clat-ef9f62b0761836b2514ff1763faffd7a72e3dbd8.tar.gz
Set relative_install_path to "for-system"
Used for allocating clatd under $(apex_path)\bin\for-system\clatd Bug: 212345928 Test: manual test 1. Connect to ipv6-only wifi. 2. Try IPv4 traffic. $ ping 8.8.8.8 Change-Id: Ibfb83db738a67d266856966042486edc57473649
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3ef0115..70b525b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -67,6 +67,7 @@ cc_binary {
shared_libs: [
"liblog",
],
+ relative_install_path: "for-system",
// Static libc++ for smaller apex size while shipping clatd in the mainline module.
// See b/213123047