From cbf56a889c052823de19c03ae99f50a5afee2235 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Wed, 21 Oct 2020 20:40:31 +0300 Subject: Android.bp: relative_install_path -> sub_dir Backwards compatibility for R soong Change-Id: I26219722ee910cdfd0795ee87ec5a053904d306f --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3