Skip to content

Commit

Permalink
Deprecate nativebridge component
Browse files Browse the repository at this point in the history
Android-x86's libnb haven't been used for a while now in older Android version and also the enable_nativebridge script doesn't provide any libhoudini or libndk_translation for Android 10+. So it's time to say goodbye to them
  • Loading branch information
hmtheboy154 committed Aug 18, 2022
1 parent 497cb2c commit 553b43c
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 764 deletions.
7 changes: 0 additions & 7 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,6 @@ $(call inherit-product-if-exists,hardware/libsensors/sensors.mk)
# Get tablet dalvik parameters
$(call inherit-product,frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)

# Get native bridge settings
$(call inherit-product-if-exists,$(LOCAL_PATH)/nativebridge/nativebridge.mk)

ifeq ($(TARGET_PRODUCT),android_x86_64)
$(call inherit-product-if-exists,$(LOCAL_PATH)/nativebridge/nativebridge64.mk)
endif

ifeq ($(USE_LIBNDK_TRANSLATION_NB),true)
$(call inherit-product-if-exists, vendor/google/emu-x86/target/libndk_translation.mk)
$(call inherit-product-if-exists, vendor/google/emu-x86/target/native_bridge_arm_on_x86.mk)
Expand Down
33 changes: 0 additions & 33 deletions nativebridge/Android.mk

This file was deleted.

1 change: 0 additions & 1 deletion nativebridge/OEMBlackList

This file was deleted.

1 change: 0 additions & 1 deletion nativebridge/OEMWhiteList

This file was deleted.

343 changes: 0 additions & 343 deletions nativebridge/ThirdPartySO

This file was deleted.

0 comments on commit 553b43c

Please sign in to comment.