Loading core/Makefile +6 −0 Original line number Diff line number Diff line Loading @@ -490,6 +490,12 @@ $(INSTALLED_VENDOR_BUILD_PROP_TARGET): $(BUILDINFO_COMMON_SH) $(intermediate_sys @echo Target vendor buildinfo: $@ @mkdir -p $(dir $@) $(hide) echo > $@ ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true) $(hide) echo ro.boot.dynamic_partitions=true >> $@ endif ifeq ($(PRODUCT_RETROFIT_DYNAMIC_PARTITIONS),true) $(hide) echo ro.boot.dynamic_partitions_retrofit=true >> $@ endif $(hide) grep 'ro.product.first_api_level' $(intermediate_system_build_prop) >> $@ || true $(hide) echo ro.vendor.build.security_patch="$(VENDOR_SECURITY_PATCH)">>$@ $(hide) echo ro.vendor.product.cpu.abilist="$(TARGET_CPU_ABI_LIST)">>$@ Loading core/board_config.mk +8 −0 Original line number Diff line number Diff line Loading @@ -498,6 +498,14 @@ else TARGET_VENDOR_TEST_SUFFIX := endif ########################################### # APEXes are by default flattened, i.e. non-updatable. # It can be unflattened (and updatable) by inheriting from # updatable_apex.mk ifeq (,$(TARGET_FLATTEN_APEX)) TARGET_FLATTEN_APEX := true endif ifeq (,$(TARGET_BUILD_APPS)) ifdef PRODUCT_EXTRA_VNDK_VERSIONS $(foreach v,$(PRODUCT_EXTRA_VNDK_VERSIONS),$(call check_vndk_version,$(v))) Loading core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. BUILD_ID=QP1A.190508.002 BUILD_ID=QP1A.190509.001 core/main.mk +0 −8 Original line number Diff line number Diff line Loading @@ -243,14 +243,6 @@ else ADDITIONAL_DEFAULT_PROPERTIES += ro.actionable_compatible_property.enabled=${PRODUCT_COMPATIBLE_PROPERTY} endif ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true) ADDITIONAL_PRODUCT_PROPERTIES += ro.boot.dynamic_partitions=true endif ifeq ($(PRODUCT_RETROFIT_DYNAMIC_PARTITIONS),true) ADDITIONAL_PRODUCT_PROPERTIES += ro.boot.dynamic_partitions_retrofit=true endif # Add the system server compiler filter if they are specified for the product. ifneq (,$(PRODUCT_SYSTEM_SERVER_COMPILER_FILTER)) ADDITIONAL_PRODUCT_PROPERTIES += dalvik.vm.systemservercompilerfilter=$(PRODUCT_SYSTEM_SERVER_COMPILER_FILTER) Loading target/product/gsi/current.txt +0 −2 Original line number Diff line number Diff line Loading @@ -209,8 +209,6 @@ VNDK-core: libcamera_metadata.so VNDK-core: libcap.so VNDK-core: libcn-cbor.so VNDK-core: libcodec2.so VNDK-core: libcodec2_hidl@1.0.so VNDK-core: libcodec2_vndk.so VNDK-core: libcrypto.so VNDK-core: libcrypto_utils.so VNDK-core: libcurl.so Loading Loading
core/Makefile +6 −0 Original line number Diff line number Diff line Loading @@ -490,6 +490,12 @@ $(INSTALLED_VENDOR_BUILD_PROP_TARGET): $(BUILDINFO_COMMON_SH) $(intermediate_sys @echo Target vendor buildinfo: $@ @mkdir -p $(dir $@) $(hide) echo > $@ ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true) $(hide) echo ro.boot.dynamic_partitions=true >> $@ endif ifeq ($(PRODUCT_RETROFIT_DYNAMIC_PARTITIONS),true) $(hide) echo ro.boot.dynamic_partitions_retrofit=true >> $@ endif $(hide) grep 'ro.product.first_api_level' $(intermediate_system_build_prop) >> $@ || true $(hide) echo ro.vendor.build.security_patch="$(VENDOR_SECURITY_PATCH)">>$@ $(hide) echo ro.vendor.product.cpu.abilist="$(TARGET_CPU_ABI_LIST)">>$@ Loading
core/board_config.mk +8 −0 Original line number Diff line number Diff line Loading @@ -498,6 +498,14 @@ else TARGET_VENDOR_TEST_SUFFIX := endif ########################################### # APEXes are by default flattened, i.e. non-updatable. # It can be unflattened (and updatable) by inheriting from # updatable_apex.mk ifeq (,$(TARGET_FLATTEN_APEX)) TARGET_FLATTEN_APEX := true endif ifeq (,$(TARGET_BUILD_APPS)) ifdef PRODUCT_EXTRA_VNDK_VERSIONS $(foreach v,$(PRODUCT_EXTRA_VNDK_VERSIONS),$(call check_vndk_version,$(v))) Loading
core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. BUILD_ID=QP1A.190508.002 BUILD_ID=QP1A.190509.001
core/main.mk +0 −8 Original line number Diff line number Diff line Loading @@ -243,14 +243,6 @@ else ADDITIONAL_DEFAULT_PROPERTIES += ro.actionable_compatible_property.enabled=${PRODUCT_COMPATIBLE_PROPERTY} endif ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true) ADDITIONAL_PRODUCT_PROPERTIES += ro.boot.dynamic_partitions=true endif ifeq ($(PRODUCT_RETROFIT_DYNAMIC_PARTITIONS),true) ADDITIONAL_PRODUCT_PROPERTIES += ro.boot.dynamic_partitions_retrofit=true endif # Add the system server compiler filter if they are specified for the product. ifneq (,$(PRODUCT_SYSTEM_SERVER_COMPILER_FILTER)) ADDITIONAL_PRODUCT_PROPERTIES += dalvik.vm.systemservercompilerfilter=$(PRODUCT_SYSTEM_SERVER_COMPILER_FILTER) Loading
target/product/gsi/current.txt +0 −2 Original line number Diff line number Diff line Loading @@ -209,8 +209,6 @@ VNDK-core: libcamera_metadata.so VNDK-core: libcap.so VNDK-core: libcn-cbor.so VNDK-core: libcodec2.so VNDK-core: libcodec2_hidl@1.0.so VNDK-core: libcodec2_vndk.so VNDK-core: libcrypto.so VNDK-core: libcrypto_utils.so VNDK-core: libcurl.so Loading