Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3f628f0 authored by Shreshta Manu's avatar Shreshta Manu Committed by Gerrit Code Review
Browse files

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

parents 75501177 1e9faa2b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -345,6 +345,11 @@ ifeq ($(RELEASE_USE_WEBVIEW_BOOTSTRAP_MODULE),true)
        com.android.webview.bootstrap
endif

ifneq (,$(RELEASE_RANGING_STACK))
    PRODUCT_PACKAGES += \
        com.android.ranging
endif

# VINTF data for system image
PRODUCT_PACKAGES += \
    system_manifest.xml \
+6 −0
Original line number Diff line number Diff line
@@ -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.