Fix FindEmulator breakage due to missing dir
error: FindEmulator: find: `lineage-sdk/dummy': No such file or directory Change-Id: I33712fa947432dcb6344ff9ceb1fa82e1e14a142
This commit is contained in:
committed by
Sam Mortimer
parent
2cf37e453c
commit
999fed3550
@@ -148,8 +148,6 @@ LOCAL_MODULE := org.lineageos.platform.sdk.aar
|
||||
|
||||
LOCAL_JACK_ENABLED := disabled
|
||||
|
||||
# just need to define this, $(TOP)/dummy should not exist
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, dummy)
|
||||
LOCAL_CONSUMER_PROGUARD_FILE := $(LOCAL_PATH)/sdk/proguard.txt
|
||||
|
||||
LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, sdk/res/res)
|
||||
|
||||
Reference in New Issue
Block a user