Remove hwservicemanager and hidl allocator.
...from devices launching after Android V. Devices can add them back in explicitly now that they are also moved to system_ext. Test: m Bug: 218588089 Change-Id: Ib3c917896c7a9b2c5940922c9faddb44cc7a0766
This commit is contained in:
@@ -500,6 +500,9 @@ ifdef PRODUCT_SHIPPING_API_LEVEL
|
||||
ifneq (,$(call math_gt_or_eq,33,$(PRODUCT_SHIPPING_API_LEVEL)))
|
||||
PRODUCT_PACKAGES += $(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_33)
|
||||
endif
|
||||
ifneq (,$(call math_gt_or_eq,34,$(PRODUCT_SHIPPING_API_LEVEL)))
|
||||
PRODUCT_PACKAGES += $(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_34)
|
||||
endif
|
||||
endif
|
||||
|
||||
# If build command defines OVERRIDE_PRODUCT_EXTRA_VNDK_VERSIONS,
|
||||
|
Reference in New Issue
Block a user