skia2/platform_tools/android/apps/settings.gradle
Jorge Betancourt 265e3e1c0a [androidkit] initial commit for androidkit
This commit introduces the foundation for android kit.
Included is the ability to make calls to native code through the JNI as well as a wrapper for SkCanvas to be used in the Android view hierarchy.


Change-Id: Id2416776e676210d4600898bada3356a9116eb55
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/393356
Commit-Queue: Jorge Betancourt <jmbetancourt@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2021-04-08 20:21:04 +00:00

7 lines
131 B
Groovy

include ':viewer'
include ':skqp'
include ':skottie'
include ':skottie:skottielib'
include ':AndroidKit'
include ':androidkitdemo'