Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
chre
/
3d891e3fa75ff638c03d5083a47161c044cbfad8
/
.
/
run_sim.sh
blob: c025c5d50610f51f1fc49b0b3aa7d4f88e5e8533 [
file
] [
log
] [
blame
]
#!/bin/bash
# Quit if any command produces an error.
set
-
e
# Build and run the CHRE simulator.
make google_x86_linux
-
j
./
out
/
google_x86_linux
/
libchre