summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2020-10-21 21:55:23 +0300
committerMichael Bestas <mkbestas@lineageos.org>2020-11-14 13:19:36 +0200
commit19d35b8e39329e457abf76cf26308daec8154a35 (patch)
tree8b291abce610a17b350f4db4dd09a077d3b15f72
parentcbf56a889c052823de19c03ae99f50a5afee2235 (diff)
Move build targets back to system
Change-Id: Ia446c2ec7434ea79113e3c8953490cb51fd8c1a4
-rw-r--r--Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 3d09f188..e15ea1d7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,7 +14,6 @@
cc_defaults {
name: "ssh_defaults",
- vendor: true,
cflags: [
"-Wno-incompatible-pointer-types",
"-Wno-pointer-sign",
@@ -249,7 +248,6 @@ cc_binary {
prebuilt_etc {
name: "sshd_config",
- vendor: true,
src: "sshd_config.android",
sub_dir: "ssh",
}