blob: 88819f4c947d80ad1351fee6903e2a2954480147 [file] [log] [blame]
The packages/experimental/ directory is for NON-SHIPPING code that is
not included with any flavor of the device, the SDK, or any other kind
of public release, but which might be useful for someone as a test
harness, development tool, or general fun times.
>> Every package under this directory must have a README file <<
Official SDK development samples should NOT go here, they should go in
development/samples/ instead.
Unlike the rest of the tree, code in experimental/ is NOT built by
default, and may be arbitrarily broken. Caveat user! Individual
packages must be built directly with "mmm" or equivalent:
mmm packages/experimental/BugReportSender
Like a communal fridge, this directory will be cleaned periodically.
Every major release, we intend to remove and archive any package that
does not have an active owner and users.