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

Commit 11edf93a authored by Adnan Begovic's avatar Adnan Begovic Committed by Sam Mortimer
Browse files

build/core: Create means of ignoring subdir layer for packages.

  An external resource package that acts as a secondary framework
  resource should be presented in system/framework similarily to
  the framework-res module.

Change-Id: Ie4110a184cd7262035110a6a04bb7ea91e7a42b0
parent ec601524
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -268,6 +268,7 @@ ifneq (true,$(LOCAL_UNINSTALLABLE_MODULE))
  ifeq ($(LOCAL_NO_STANDARD_LIBRARIES),true)
  # Neither do Runtime Resource Overlay apks, which contain just the overlaid resources.
  else ifeq ($(LOCAL_IS_RUNTIME_RESOURCE_OVERLAY),true)
  else ifeq ($(LOCAL_IGNORE_SUBDIR),true)
  else
    my_module_path := $(my_module_path)/$(LOCAL_MODULE)
  endif