Android.bp 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /**
  2. * Copyright (C) 2019-2021 The LineageOS Project
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. *
  16. * This file is generated by device/gapps/x86/setup-makefiles.sh
  17. */
  18. soong_namespace {
  19. }
  20. android_app_import {
  21. name: "PrebuiltGmsCore",
  22. owner: "gapps",
  23. apk: "proprietary/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk",
  24. presigned: true,
  25. dex_preopt: {
  26. enabled: false,
  27. },
  28. privileged: true,
  29. product_specific: true,
  30. }
  31. android_app_import {
  32. name: "SetupWizardPrebuilt",
  33. owner: "gapps",
  34. apk: "proprietary/product/priv-app/SetupWizardPrebuilt/SetupWizardPrebuilt.apk",
  35. overrides: ["Provision"],
  36. presigned: true,
  37. dex_preopt: {
  38. enabled: false,
  39. },
  40. privileged: true,
  41. product_specific: true,
  42. }
  43. android_app_import {
  44. name: "Velvet",
  45. owner: "gapps",
  46. apk: "proprietary/product/priv-app/Velvet/Velvet.apk",
  47. presigned: true,
  48. dex_preopt: {
  49. enabled: false,
  50. },
  51. privileged: true,
  52. product_specific: true,
  53. }