Skip to content

Commit

Permalink
Revert "Add VNDK v28 to GSI from Android Q"
Browse files Browse the repository at this point in the history
This reverts commit 6c4578b.

Reason for revert: breaks unbundled app builds that don't have prebuilts/vndk

Bug: 113560265
Change-Id: I7c067fda1a369c67866eb8f327eb61170bb26533
  • Loading branch information
colincross committed Sep 17, 2018
1 parent 6c4578b commit ffdbab3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14 deletions.
3 changes: 0 additions & 3 deletions target/product/aosp_arm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,4 @@ PRODUCT_PACKAGES += \
# Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true

# Support addtional P vendor interface
PRODUCT_EXTRA_VNDK_VERSIONS := 28

PRODUCT_NAME := aosp_arm
3 changes: 0 additions & 3 deletions target/product/aosp_arm64.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ PRODUCT_PACKAGES += \
# Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true

# Support addtional P vendor interface
PRODUCT_EXTRA_VNDK_VERSIONS := 28

PRODUCT_NAME := aosp_arm64
PRODUCT_DEVICE := generic_arm64
PRODUCT_BRAND := Android
Expand Down
3 changes: 0 additions & 3 deletions target/product/aosp_x86.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,4 @@ PRODUCT_PACKAGES += \
# Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true

# Support addtional P vendor interface
PRODUCT_EXTRA_VNDK_VERSIONS := 28

PRODUCT_NAME := aosp_x86
3 changes: 0 additions & 3 deletions target/product/aosp_x86_64.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ PRODUCT_PACKAGES += \
# Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true

# Support addtional P vendor interface
PRODUCT_EXTRA_VNDK_VERSIONS := 28

ifdef NET_ETH0_STARTONBOOT
PRODUCT_PROPERTY_OVERRIDES += net.eth0.startonboot=1
endif
Expand Down
4 changes: 2 additions & 2 deletions target/product/treble_common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
ld.config.vndk_lite.txt

# Support addtional O-MR1 and P vendor interface
PRODUCT_EXTRA_VNDK_VERSIONS := 27 28
# Support addtional O-MR1 vendor interface
PRODUCT_EXTRA_VNDK_VERSIONS := 27

0 comments on commit ffdbab3

Please sign in to comment.