Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
cdf53120cd5a73cbedc1654e22542848468c0d2f
/
.
/
src
/
constants.h
blob: 2dd13b71950747ebb331e78bf23639a9e91efab1 [
file
] [
log
] [
blame
]
// Copyright 2011 Google Inc. All Rights Reserved.
#ifndef
ART_SRC_CONSTANTS_H_
#define
ART_SRC_CONSTANTS_H_
#if defined(__i386__)
#include
"constants_x86.h"
#elif
defined
(
__arm__
)
#include
"constants_arm.h"
#endif
#endif
// ART_SRC_CONSTANTS_H_