Home | History | Annotate | Download | only in emacs

Lines Matching full:alias

25 ;; If the path the product's files/image uses an a product alias, you
26 ;; need to add a mapping in `android-product-alias-map'. For instance
28 ;; you need to add a mapping Target:foo -> Alias:bar
54 (defcustom android-product-alias-map nil
59 is 'out/target/product/bar', you need to add a mapping Target:foo -> Alias:bar."
61 (string :tag "Alias")))
106 Additional product aliases can be listed in `android-product-alias-map'
116 (alias (assoc product android-product-alias-map)))
118 (if (not alias)
120 (nth 1 alias)))))
125 Additional product aliases can be added in `android-product-alias-map'