Implement another OdrDexopt to use new CompOS API

The old OdrDexoptCompilationOS (now renamed) is still active (currently
controlled by a constant in the code) until everything is in place.

The new OdrDexoptCompilationOS put DexoptBcpExtArgs or
DexoptSystemServerArgs into ExtendableParcelable with TaskType.
The ExtendableParcelable and TaskType makes it easy for ART to add other
task types to run in CompOS.

Bug: 193668901
Test: atest ComposHostTestCases (with other changes)

Change-Id: I7fc76942e38c50c12f5819e5114e48911f77d08b
9 files changed