Merge "Remove NN host specific build defines" am: fe9368b729
am: 13a6d16614
am: 6d588b7cd9
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1997731 Change-Id: I2bfc9dbc8c7fbc0940eed48968dc5df89314b08c
This commit is contained in:
commit
08d04aea58
3 changed files with 0 additions and 28 deletions
|
@ -45,16 +45,6 @@ cc_library_static {
|
|||
cflags: ["-DNN_DEBUGGABLE"],
|
||||
},
|
||||
},
|
||||
target: {
|
||||
host: {
|
||||
cflags: [
|
||||
"-D__INTRODUCED_IN(x)=",
|
||||
"-D__assert(a,b,c)=",
|
||||
// We want all the APIs to be available on the host.
|
||||
"-D__ANDROID_API__=10000",
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
|
|
@ -42,16 +42,6 @@ cc_library_static {
|
|||
"neuralnetworks_utils_hal_1_1",
|
||||
"neuralnetworks_utils_hal_1_2",
|
||||
],
|
||||
target: {
|
||||
host: {
|
||||
cflags: [
|
||||
"-D__INTRODUCED_IN(x)=",
|
||||
"-D__assert(a,b,c)=",
|
||||
// We want all the APIs to be available on the host.
|
||||
"-D__ANDROID_API__=10000",
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
|
|
@ -127,14 +127,6 @@ cc_test {
|
|||
android: {
|
||||
shared_libs: ["libnativewindow"],
|
||||
},
|
||||
host: {
|
||||
cflags: [
|
||||
"-D__INTRODUCED_IN(x)=",
|
||||
"-D__assert(a,b,c)=",
|
||||
// We want all the APIs to be available on the host.
|
||||
"-D__ANDROID_API__=10000",
|
||||
],
|
||||
},
|
||||
},
|
||||
cflags: [
|
||||
/* GMOCK defines functions for printing all MOCK_DEVICE arguments and
|
||||
|
|
Loading…
Reference in a new issue