Skip to content
Snippets Groups Projects
Forked from Dhina17 / platform_frameworks_base
Source project has a limited visibility.
  • Ulya Trafimovich's avatar
    bb943f7d
    Add <uses-library> information. · bb943f7d
    Ulya Trafimovich authored
    The required <uses-library> "androidx.camera.extensions.impl" is in the
    manifest for CameraExtensionsProxy. It is necessary to explicitly add it
    to `optional_uses_libs` because Soong cannot figure it out automatically
    (it is not among the app dependencies, it is not an SDK library, and it
    is optional).
    
    Bug: 132357300
    Test: m out/soong/.intermediates/frameworks/base/packages/services/CameraExtensionsProxy/CameraExtensionsProxy/android_common/manifest_check/AndroidManifest.xml
    Change-Id: I93a7a060259569c41dfe0b88ad05c497cce6063e
    bb943f7d
    History
    Add <uses-library> information.
    Ulya Trafimovich authored
    The required <uses-library> "androidx.camera.extensions.impl" is in the
    manifest for CameraExtensionsProxy. It is necessary to explicitly add it
    to `optional_uses_libs` because Soong cannot figure it out automatically
    (it is not among the app dependencies, it is not an SDK library, and it
    is optional).
    
    Bug: 132357300
    Test: m out/soong/.intermediates/frameworks/base/packages/services/CameraExtensionsProxy/CameraExtensionsProxy/android_common/manifest_check/AndroidManifest.xml
    Change-Id: I93a7a060259569c41dfe0b88ad05c497cce6063e
Code owners
Assign users and groups as approvers for specific file changes. Learn more.