Remove unused VNDK-related function
This change is to clean up VNDK-related code from build. The function append_vndk_version is not in use. Bug: 330100430 Test: aosp_cf_x86_64_phone build succeeded Change-Id: I691093aaedb7f6630cc32145dcaf7d36403bcf90
This commit is contained in:
parent
bc3476d5dc
commit
37c3ed70c0
1 changed files with 0 additions and 7 deletions
|
|
@ -223,13 +223,6 @@ $(LOCAL_BUILT_MODULE): $(LOCAL_PATH)/init.environ.rc.in
|
|||
$(hide) sed -i -e 's?%EXPORT_GLOBAL_HWASAN_OPTIONS%?$(EXPORT_GLOBAL_HWASAN_OPTIONS)?g' $@
|
||||
$(hide) sed -i -e 's?%EXPORT_GLOBAL_SCUDO_ALLOCATION_RING_BUFFER_SIZE%?$(EXPORT_GLOBAL_SCUDO_ALLOCATION_RING_BUFFER_SIZE)?g' $@
|
||||
|
||||
# Append PLATFORM_VNDK_VERSION to base name.
|
||||
define append_vndk_version
|
||||
$(strip \
|
||||
$(basename $(1)).$(PLATFORM_VNDK_VERSION)$(suffix $(1)) \
|
||||
)
|
||||
endef
|
||||
|
||||
#######################################
|
||||
# sanitizer.libraries.txt
|
||||
include $(CLEAR_VARS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue