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