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

Commit 157811e4 authored by Jae Shin's avatar Jae Shin Committed by android-build-merger
Browse files

Merge "Additionally check TARGET_IS_64_BIT for binder bitness" am: bd74c0cb

am: 0b3a91c1

Change-Id: I9296ad4354d38c4ad19d61a42a8c558c0bf683cd
parents f841b1e0 0b3a91c1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -145,9 +145,11 @@ vndk_snapshot_configs := \
# vndk_snapshot_zip
vndk_snapshot_variant := $(vndk_snapshot_out)/$(TARGET_ARCH)
binder :=
ifneq ($(TARGET_IS_64_BIT), true)
  ifneq ($(TARGET_USES_64_BIT_BINDER), true)
    binder := binder32
  endif
endif
vndk_lib_dir := $(subst $(space),/,$(strip $(vndk_snapshot_variant) $(binder) arch-$(TARGET_ARCH)-$(TARGET_ARCH_VARIANT)))
vndk_lib_dir_2nd := $(subst $(space),/,$(strip $(vndk_snapshot_variant) $(binder) arch-$(TARGET_2ND_ARCH)-$(TARGET_2ND_ARCH_VARIANT)))
vndk_snapshot_zip := $(PRODUCT_OUT)/android-vndk-$(TARGET_PRODUCT).zip