Commits
Jindong committed 0a90aec0cb5
MA-15853 specify target-level="4" in manifest.xml To fix below build warning, need set target-level: Warning: Shipping FCM Version cannot be inferred From android-10, this level should be 4 by below requirement: test/vts-testcase/hal/treble/vintf/utils.cpp: kFcm2ApiLevelMap{{// ...... {28, static_cast<Level>(3)}, {29, static_cast<Level>(4)}}}; Test: build, boot and pass below vts case: VtsTrebleVendorVintfTest#DeviceManifestTest.NoDeprecatedHalsOnManifest_64bit Change-Id: Ia4ad4d8db65c82d1e60942396d7fccfcc2553687 Signed-off-by: Jindong <jindong.yue@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/10517 Reviewed-by: guoyin.chen <guoyin.chen@nxp.com> Reviewed-by: juan.hao <juan.hao@nxp.com>