platform_system_core/libvendorsupport
Justin Yun c0659f0107 libvendorsupport provides an API to replace vndk version
ro.vndk.version cannot be simply replaced with ro.board.api_level with
the vndk deprecation. Even with the latest system updates, devices may
still run on old vendor images that do not define ro.board.api_level,
but define ro.vndk.version.
To provide the replacement of ro.vndk.version, provide a platform API
AVendorSupport_getVendorApiLevel() to return the expected vendor
version.

Bug: 312311458
Bug: 312315580
Test: manual test for AVendorSupport_getVendorApiLevel()
Change-Id: Id7c04483956d95fd49414cebde41d7cc4d2fb1d1
2024-04-30 10:59:07 +09:00
..
include/vendorsupport libvendorsupport provides an API to replace vndk version 2024-04-30 10:59:07 +09:00
include_llndk/android Do not disable LLNDK symbols in header files 2024-04-12 13:12:57 +09:00
tests Rename functions in libvendorsupport 2024-02-16 23:53:04 +09:00
Android.bp libvendorsupport provides an API to replace vndk version 2024-04-30 10:59:07 +09:00
libvendorsupport.map.txt Rename functions in libvendorsupport 2024-02-16 23:53:04 +09:00
OWNERS Provide a new LLNDK for the vendor api level handling 2024-01-05 22:56:09 +09:00
TEST_MAPPING Provide a new LLNDK for the vendor api level handling 2024-01-05 22:56:09 +09:00
version_props.cpp libvendorsupport provides an API to replace vndk version 2024-04-30 10:59:07 +09:00