Sign in
android
/
platform
/
external
/
grpc-grpc
/
HEAD
/
.
/
templates
/
tools
/
dockerfile
/
cxx_deps.include
blob: 2c581e3600d1b62388ad627998f0c5317701b461 [
file
] [
log
] [
blame
]
#=================
# C++ dependencies
RUN apt
-
get
update
&&
apt
-
get
-
y install libc
++-
dev clang
&&
apt
-
get
clean