Add com.google.android.media.effects to missing uses-library list
com.google.android.media.effects is no longer built. Bug: 132357300 Test: m Gallery2 Change-Id: I5eeef3ed9f4875aa3c7a9ec1003944605ebe300b
This commit is contained in:
@@ -1118,8 +1118,11 @@ INTERNAL_PLATFORM_SYSTEM_PRIVATE_DEX_API_FILE := $(TARGET_OUT_COMMON_INTERMEDIAT
|
||||
endif
|
||||
|
||||
# Missing optional uses-libraries so that the platform doesn't create build rules that depend on
|
||||
# them. See setup_one_odex.mk.
|
||||
INTERNAL_PLATFORM_MISSING_USES_LIBRARIES := com.google.android.ble com.google.android.wearable
|
||||
# them.
|
||||
INTERNAL_PLATFORM_MISSING_USES_LIBRARIES := \
|
||||
com.google.android.ble \
|
||||
com.google.android.media.effects \
|
||||
com.google.android.wearable \
|
||||
|
||||
# This is the standard way to name a directory containing prebuilt target
|
||||
# objects. E.g., prebuilt/$(TARGET_PREBUILT_TAG)/libc.so
|
||||
|
Reference in New Issue
Block a user