5 lines
115 B
Makefile
5 lines
115 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
# Include the browser makefile
|
|
include $(CLEAR_VARS)
|
|
include $(LOCAL_PATH)/Browser.mk |