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

Commit 3a4326a1 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "fix: cannot determine the type of modules with class 'samples'" am:...

Merge "fix: cannot determine the type of modules with class 'samples'" am: b1331938 am: 0871e002
am: bc10ee97

Change-Id: I2a382c162c67244cd11c44cd481e1a8a44f045ab
parents d32f2916 bc10ee97
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -227,9 +227,9 @@ in Android.bp to do so.")
    # Here, vendor means vendor/oem/odm
    lib_type := vendor_provided
  else
    # Test lib falls into this. No lib_type required for them.
    ifneq ($(filter tests,$(LOCAL_MODULE_TAGS)),tests)
      $(call pretty-error,Cannot determine the type of this library)
    # Test, samples lib falls into this. No lib_type required for them.
    ifeq ($(filter tests samples,$(LOCAL_MODULE_TAGS)),)
      $(call pretty-warning,Cannot determine the type of this library)
    endif
    lib_type :=
  endif