Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
ae56a32be71278b77e82fe56bcfbdc9589f7e1dc
/
.
/
opengl
/
libs
/
Android.bp
blob: f28d4ffc2010caef87e596ae1e1a629164b155be [
file
] [
log
] [
blame
]
// Build the ETC1 library
cc_library
{
name
:
"libETC1"
,
srcs
:
[
"ETC1/etc1.cpp"
],
host_supported
:
true
,
target
:
{
android
:
{
static
:
{
enabled
:
false
,
},
},
host
:
{
shared
:
{
enabled
:
false
,
},
},
windows
:
{
enabled
:
true
,
},
},
}