mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-27 17:09:46 +00:00
Disable modules that can't be built in PDK
Modules that can't be built in PDK are disabled when TARGET_BUILD_PDK is true Bug: 71361051 Test: lunch aosp_walleye-userdebug PDK_FUSION_PLATFORM_ZIP=vendor/pdk/walleye/walleye-userdebug/platform/platform.zip m -j Change-Id: I2cc7ab6d667daab7d3566baf8a9b473cafc4e452
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
# Disabling when building with PDK (b/68767391)
|
||||
ifneq ($(TARGET_BUILD_PDK),true)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
@@ -20,3 +24,5 @@ LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_OWNER := google
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user