1 # derive a string like 'icudt 46l' from a local file like 'external/icu4c/stubdata/icudt 46l-all.dat' 2 stubdata_path:= $(call my-dir) 3 root_dat_path := $(wildcard $(stubdata_path)/*-all.dat) 4 root := $(patsubst $(stubdata_path)/%,%,$(patsubst %-all.dat,%,$(root_dat_path))) 5