Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6aa25bb authored by Glenn Kasten's avatar Glenn Kasten Committed by Conley Owens
Browse files

Add empty libmedia_native in old location

Submitting this first, in the old location, will allow early testing of
the build for all the dependent projects.  Then those projects will not
need to be updated atomically when libmedia_native is moved.

Change-Id: I31ab315e53970986d18a4e3b1673e31460f6a3f1
parent 67cf093d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_SRC_FILES :=

LOCAL_MODULE:= libmedia_native

LOCAL_MODULE_TAGS := optional

include $(BUILD_SHARED_LIBRARY)