Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
4308a78ab80b776ae18d4c7a902dc20f2bc3e613
/
.
/
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
,
},
},
}