HomeSort by relevance Sort by last modified time
    Searched refs:LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE (Results 1 - 4 of 4) sorted by null

  /build/make/core/
soong_app_prebuilt.mk 10 # LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE
83 ifdef LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE
89 $(resource_export_package): $(LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE)
95 endif # LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE
soong_java_prebuilt.mk 54 ifdef LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE
57 $(my_res_package): $(LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE)
82 endif # LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE
clear_vars.mk 265 LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE :=
  /build/soong/java/
androidmk.go 187 fmt.Fprintln(w, "LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE :=", prebuilt.exportPackage.String())
254 fmt.Fprintln(w, "LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE :=", app.exportPackage.String())
382 fmt.Fprintln(w, "LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE :=", a.exportPackage.String())

Completed in 57 milliseconds