Skip to content
Snippets Groups Projects
Forked from Dhina17 / platform_frameworks_base
27939 commits behind the upstream repository.
  • Ellen Arteca's avatar
    5d925ecb
    Add a C++ library wrapper for the android.security flags · 5d925ecb
    Ellen Arteca authored
    Adds a C++ library for the android.security flags, so the feature flags
    can be accessed from native code.
    
    This CL is paired with flagging of storage area setup code in
    installd and vold, which use the `unlocked_storage_api` feature flag.
    
    Bug: 325129836
    Test: atest StorageAreaTest
    Change-Id: Ib702b9f0725ac0d960d393e3ff9b2d6d18fc934c
    5d925ecb
    History
    Add a C++ library wrapper for the android.security flags
    Ellen Arteca authored
    Adds a C++ library for the android.security flags, so the feature flags
    can be accessed from native code.
    
    This CL is paired with flagging of storage area setup code in
    installd and vold, which use the `unlocked_storage_api` feature flag.
    
    Bug: 325129836
    Test: atest StorageAreaTest
    Change-Id: Ib702b9f0725ac0d960d393e3ff9b2d6d18fc934c
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
AconfigFlags.bp 30.11 KiB