Sign in
android
/
platform
/
developers
/
samples
/
android
/
refs/heads/android14-dev
/
.
/
tv
/
ChannelsPrograms
/
build.gradle
blob: 9b6a9ce46fa12b7516792a9dc2709584ea9415bb [
file
] [
log
] [
blame
] [
edit
]
// BEGIN_EXCLUDE
import
com
.
example
.
android
.
samples
.
build
.
SampleGenPlugin
apply plugin
:
SampleGenPlugin
samplegen
{
pathToBuild
"../../../../build"
pathToSamplesCommon
"../../common"
}
apply
from
:
"../../../../build/build.gradle"
// END_EXCLUDE