Convert Android.mk to Android.bp
1. converted two Make files to .bp ones;
2. handled the .rscript files by genrule (to include the
same commands used when build with the former .mk file);
3. the AndroidManifest.xml, resources.arsc, and classes.dex files
in the apks are the same;
4. the binary files in the lib/ directory in the apks are not identical,
which leads to some different SHAs in the META-INF/ in the apks. These
differences are not expected to affect the conversion here;
5. test commands:
atest android.cts.rscpp
atest android.cts.rscpp -- --abi armeabi-v7a
Bug: 190637130
Test: compared the results built by Make and Soong
Test: all 123 tests in CtsRsCppTestCases can pass on a Pixel 3a XL (bonito) phone
Test: TreeHugger
Change-Id: I8decc299cbc2d6237659c99f7246e4bf38ba64bb
4 files changed