aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorGarret Kelly <gdk@google.com>2019-09-10 13:34:44 -0400
committerGarret Kelly <gdk@google.com>2019-09-10 13:35:27 -0400
commitddb46eebb638570bfeba0473328e2c1a7cf35669 (patch)
treecc08e0aaff0d089cb3ebef1fe1caddecf632aa64 /Android.bp
parent692ed4e851c01f338d0a3ec2bd19aa7c8a0bc3d2 (diff)
downloadplatform_external_nos_host_generic-ddb46eebb638570bfeba0473328e2c1a7cf35669.tar.gz
platform_external_nos_host_generic-ddb46eebb638570bfeba0473328e2c1a7cf35669.tar.bz2
platform_external_nos_host_generic-ddb46eebb638570bfeba0473328e2c1a7cf35669.zip
host/generic: Move paths to vendor/google/nos
Bug: 140512971 Test: bind mounted into android built system image Change-Id: I307869a0e1b4581a3bf95b4fea26107c6c5dbe5f Signed-off-by: Garret Kelly <gdk@google.com>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 7bf412d..7de2875 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,7 +51,7 @@ cc_defaults {
// invoke it directly. If we could pass a plugin, it could use insertion points
// in the .pb.{cc,h} files rather than needing to generate new .client.{cpp,h}
// files for each service.
-GEN_SERVICE = "$(location aprotoc) --plugin=protoc-gen-nos-client-cpp=$(location protoc-gen-nos-client-cpp) $(in) -Iexternal/protobuf/src -Iexternal/nos/host/generic/nugget/proto"
+GEN_SERVICE = "$(location aprotoc) --plugin=protoc-gen-nos-client-cpp=$(location protoc-gen-nos-client-cpp) $(in) -Iexternal/protobuf/src -Ivendor/google/nos/host/generic/nugget/proto"
GEN_SERVICE_SOURCE = GEN_SERVICE + " --nos-client-cpp_out=source:$(genDir) "
GEN_SERVICE_HEADER = GEN_SERVICE + " --nos-client-cpp_out=header:$(genDir) "