mirror of
https://github.com/CTCaer/android_device_semc_urushi.git
synced 2025-02-16 23:48:36 +00:00
![Diogo Ferreira](/assets/img/avatar_default.png)
This should be fairly complete, only waiting for the proprietary files to adjust extraction. Most should be the same but the camera firmware.
6 lines
121 B
Makefile
6 lines
121 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifeq ($(TARGET_DEVICE),urushi)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
endif
|