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

Commit 16a4fb19 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Allow native:vendor to vendor apks"

am: f2fc1418

Change-Id: I36e8d2d7cbb16f183cf0cfeb0fc33f8360984af4
parents 869d4e58 f2fc1418
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -109,6 +109,9 @@ ifneq ($(LOCAL_SDK_VERSION),)
my_link_type := app:sdk
my_warn_types := native:platform $(my_warn_ndk_types)
my_allowed_types := $(my_allowed_ndk_types)
    ifneq (,$(filter true,$(LOCAL_VENDOR_MODULE) $(LOCAL_ODM_MODULE) $(LOCAL_PROPRIETARY_MODULE)))
        my_allowed_types += native:vendor native:vndk
    endif
else
my_link_type := app:platform
my_warn_types := $(my_warn_ndk_types)