Merge "[Ranging] Add ranging to build" into main am: d3f628f084
Original change: https://android-review.googlesource.com/c/platform/build/+/3263772 Change-Id: Ie2abffa83686aefeca40a85910b5fb438d6563c9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -345,6 +345,11 @@ ifeq ($(RELEASE_USE_WEBVIEW_BOOTSTRAP_MODULE),true)
|
|||||||
com.android.webview.bootstrap
|
com.android.webview.bootstrap
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(RELEASE_RANGING_STACK))
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
com.android.ranging
|
||||||
|
endif
|
||||||
|
|
||||||
# VINTF data for system image
|
# VINTF data for system image
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
system_manifest.xml \
|
system_manifest.xml \
|
||||||
|
@@ -114,6 +114,12 @@ ifeq ($(RELEASE_PACKAGE_PROFILING_MODULE),true)
|
|||||||
|
|
||||||
endif
|
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.
|
# List of system_server classpath jars delivered via apex.
|
||||||
# Keep the list sorted by module names and then library names.
|
# Keep the list sorted by module names and then library names.
|
||||||
# Note: For modules available in Q, DO NOT add new entries here.
|
# Note: For modules available in Q, DO NOT add new entries here.
|
||||||
|
Reference in New Issue
Block a user