summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2020-10-21 20:40:31 +0300
committerMichael Bestas <mkbestas@lineageos.org>2020-11-14 13:19:36 +0200
commitcbf56a889c052823de19c03ae99f50a5afee2235 (patch)
tree6256622944e53460b63884673c349360cba40abd
parent92e2e85f7eb8d9eeb1a3fa7f3bb9b112b25eff65 (diff)
Android.bp: relative_install_path -> sub_dir
Backwards compatibility for R soong Change-Id: I26219722ee910cdfd0795ee87ec5a053904d306f
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index a38451a8..3d09f188 100644
--- a/Android.bp
+++ b/Android.bp
@@ -251,7 +251,7 @@ prebuilt_etc {
name: "sshd_config",
vendor: true,
src: "sshd_config.android",
- relative_install_path: "ssh",
+ sub_dir: "ssh",
}
sh_binary {