Support disabling embedded profile through a dm file.

After this change, ART Service will look at `config.pb` in the dm file
and check the `enable_embedded_profile` field to determine whether to
allow using the the embedded profile
(`assets/art-profile/baseline.prof`) in the apk. The field default to
true.

Bug: 330689353
Test: atest CtsCompilationTestCases
Test: atest ArtServiceTests
Change-Id: Ie763e7deaa3f283cf469980c857f0a23abfec5b9
11 files changed