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

Commit a0884b90 authored by Inseob Kim's avatar Inseob Kim
Browse files

Add PRODUCT_SHIPPING_API_LEVEL to productVariables

Bug: 175526482
Test: m selinux_policy
Change-Id: I10195730e47398bdb455d554a1cb7d6b7ac28634
parent 00db3859
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -239,6 +239,8 @@ $(call add_json_list, BoardKernelModuleInterfaceVersions, $(BOARD_KERNEL_MODULE_
$(call add_json_bool, BoardMoveRecoveryResourcesToVendorBoot, $(BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT))
$(call add_json_str,  PrebuiltHiddenApiDir, $(BOARD_PREBUILT_HIDDENAPI_DIR))

$(call add_json_str,  ShippingApiLevel, $(PRODUCT_SHIPPING_API_LEVEL))

$(call json_end)

$(file >$(SOONG_VARIABLES).tmp,$(json_contents))