Add explicit host and android target support for libgfxstream_backend
This commit is contained in:
parent
085e731487
commit
a24554e264
1 changed files with 4 additions and 0 deletions
|
|
@ -4110,6 +4110,10 @@ cc_library_shared {
|
||||||
target: {
|
target: {
|
||||||
host: {
|
host: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
srcs: [],
|
||||||
|
},
|
||||||
|
android: {
|
||||||
|
enabled: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue