Home | History | Annotate | Download | only in util

Lines Matching defs:Android

17   source-list files for Android."""
120 class Android(object):
124 """# Copyright (C) 2015 The Android Open Source Project
163 class AndroidStandalone(Android):
164 """AndroidStandalone is for Android builds outside of the Android-system, i.e.
529 print 'Usage: python %s [chromium|android|android-standalone|bazel]' % sys.argv[0]
541 elif s == 'android':
542 platforms.append(Android())
543 elif s == 'android-standalone':