Merge "[Ranging] Add ranging to build" into main

This commit is contained in:
Shreshta Manu
2024-09-19 18:32:51 +00:00
committed by Gerrit Code Review
2 changed files with 11 additions and 0 deletions

View File

@@ -114,6 +114,12 @@ ifeq ($(RELEASE_PACKAGE_PROFILING_MODULE),true)
endif
ifneq (,$(RELEASE_RANGING_STACK))
PRODUCT_APEX_BOOT_JARS += \
com.android.uwb:framework-ranging \
$(call soong_config_set,bootclasspath,release_ranging_stack,true)
endif
# List of system_server classpath jars delivered via apex.
# Keep the list sorted by module names and then library names.
# Note: For modules available in Q, DO NOT add new entries here.