Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
developers
/
samples
/
android
/
bd3c9c12db32e757a0311f2305327800eccc262f
/
.
/
views
/
TextLinkify
/
build.gradle
blob: c7a137e4d1e1d6313c1f023416bb6c1f20215b82 [
file
] [
log
] [
blame
]
// BEGIN_EXCLUDE
import
com
.
example
.
android
.
samples
.
build
.
SampleGenPlugin
apply plugin
:
SampleGenPlugin
samplegen
{
pathToBuild
"../../../../build"
pathToSamplesCommon
"../../common"
}
apply
from
:
"../../../../build/build.gradle"
// END_EXCLUDE