Modify manifest to run EmbeddedKitchenSinkApp as non system app

- remove android:sharedUserId="android.uid.system" and add permissions
- remove selinux policy files
- add additional permission for car service tests which will depend on
"com.google.android.car.kitchensink" package to obtain permissions

Bug: 140900347
Test: build, sync and test each fragments manually in the app

(at root of the project)
make EmbeddedKitchenSinkApp
adb root && adb remount && adb sync && adb reboot

Change-Id: I06d1c12fe2900b504165fa3b85d58962351bf280
3 files changed
tree: 1fc5d91d460c021d8955cec0a6fb77cf1ffe1610
  1. car-bugreportd/
  2. car-default-input-service/
  3. car-lib/
  4. car-maps-placeholder/
  5. car-systemtest-lib/
  6. car-test-lib/
  7. car-usb-handler/
  8. car_product/
  9. computepipe/
  10. EncryptionRunner/
  11. evs/
  12. FrameworkPackageStubs/
  13. obd2-lib/
  14. procfs-inspector/
  15. service/
  16. tests/
  17. tools/
  18. user/
  19. vehicle-hal-support-lib/
  20. .clang-format
  21. .gitignore
  22. Android.mk
  23. CleanSpec.mk
  24. OWNERS
  25. PREUPLOAD.cfg
  26. README.md
README.md

Native (C++) code format is required to be compatible with .clang-format file. Run

git clang-format --style=file --extension='h,cpp,cc' HEAD~

Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.