Add post-processing logic for O-MR1 ld.config.txt
VNDK snapshot prebuilts are installed under versioned VNDK
directories: /system/lib/vndk[-sp]${VNDK_VER}. The corresponding
change to the linker config file, ld.config.txt, was not applied
to O-MR1, therefore ld.config.txt needs to be post-processed for
O-MR1 snapshot such that the unversioned VNDK directories
(e.g. /system/${LIB}/vndk) are replaced by versioned ones
(e.g. /system/${LIB}/vndk${VNDK_VER}).
Bug: 70918357
Test: python update.py [options]
Change-Id: I12322a48b7787a11a22917493472bb97da2ecf5f
1 file changed