aboutsummaryrefslogtreecommitdiff
path: root/chromeos
diff options
context:
space:
mode:
authorJorge Lucangeli Obes <jorgelo@google.com>2015-08-06 15:47:29 -0700
committerJorge Lucangeli Obes <jorgelo@google.com>2015-08-06 15:47:29 -0700
commita90b06ddb7e8baacb7fce87bd823ba69e65f7060 (patch)
treea102c97eed235cc22fab118101447240f0b39f15 /chromeos
parentd2aebc78d8c6a4e51f13ff5bd3ea9a51eae20bef (diff)
downloadlibbrillo-a90b06ddb7e8baacb7fce87bd823ba69e65f7060.tar.gz
Add libchromeos-minijail target.
Also fix a bunch of comments. "Target" in this context does not refer to the build target (e.g 'libchromeos') but to the fact that it's building *for* the target architecture (e.g. ARM) and not for the host. Bug: 22557394 Change-Id: Icabcb28809a46b74c3d5b4e8bd1975dda684598a
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/minijail/minijail.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromeos/minijail/minijail.h b/chromeos/minijail/minijail.h
index 97f8ef3..08edeca 100644
--- a/chromeos/minijail/minijail.h
+++ b/chromeos/minijail/minijail.h
@@ -13,7 +13,8 @@ extern "C" {
}
#include <base/lazy_instance.h>
-#include <chromeos/libminijail.h>
+
+#include <libminijail.h>
namespace chromeos {