android13/developers/samples/android/wearable/wear/WearHighBandwidthNetworking/build.gradle

13 lines
261 B
Groovy
Raw Normal View History

2024-06-22 08:45:49 -04:00
// BEGIN_EXCLUDE
import com.example.android.samples.build.SampleGenPlugin
apply plugin: SampleGenPlugin
samplegen {
pathToBuild "../../../../../build"
pathToSamplesCommon "../../../common"
}
apply from: "../../../../../build/build.gradle"
// END_EXCLUDE