Skip to content
Snippets Groups Projects
Commit ffc7cfae authored by Roopesh Rajashekharaiah Nataraja's avatar Roopesh Rajashekharaiah Nataraja
Browse files

Do not override Camera2 for targets using vanilla AOSP

Change-Id: Ie4d15d2c4e214dc6053c8ba3c98a6742f7f4e409
parent 78b73005
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,10 @@ LOCAL_PRIVATE_PLATFORM_APIS:=true ...@@ -32,7 +32,10 @@ LOCAL_PRIVATE_PLATFORM_APIS:=true
#LOCAL_SDK_VERSION := current #LOCAL_SDK_VERSION := current
LOCAL_RENDERSCRIPT_TARGET_API := 23 LOCAL_RENDERSCRIPT_TARGET_API := 23
#Do not override for targets using vanilla AOSP
ifneq ($(TARGET_USES_AOSP),true)
LOCAL_OVERRIDES_PACKAGES := Camera2 LOCAL_OVERRIDES_PACKAGES := Camera2
endif
LOCAL_PROGUARD_FLAG_FILES := proguard.flags LOCAL_PROGUARD_FLAG_FILES := proguard.flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment