Commit Graph

4 Commits

Author SHA1 Message Date
joker.yang
d4ebd771a8 Remove LOCAL_SRC_FILES from RRO modules
If LOCAL_SRC_FILES is not empty then building rro package will fail.
Sometimes LOCAL_SRC_FILES will be not empty by mistake, so delete
LOCAL_SRC_FILES for all rro modules.

Bug: 136694299
Test: treehugger
Change-Id: I2555c97f4ae98f6949837a19b4db4877cb38b607
2019-07-08 15:15:49 -07:00
Hyunyoung Song
9857212e8d Remove LOCAL_CERTIFICATE := platform from overlay packages
Bug: 129376306
Test: builds and runs

$ find . -name Android.mk | xargs sed -i 's/LOCAL_CERTIFICATE.*//g'

Change-Id: I70cb4719e6b675477b858f043f31095a9dedbdcd
2019-04-30 11:23:36 -07:00
Hyunyoung Song
3e384795ee Move overlay location from vendor/overlay to system/product/overlay or product/overlay
LOCAL_PRODUCT_MODULE flag was not supported until last week.

go/add-a-clean-spec

Test: builds
Bug: 118757933
Bug: 118757664

Change-Id: Iffcc735f8b204407b27f8f29a51b7286ec0eab69
2018-12-18 22:23:45 +00:00
Hyunyoung Song
7d9ffd99a3 Add the three icon shapes as overlays
Bug: 118757933
Test: $ adb shell cmd overlay [enable|disable] --user 0 \
           com.android.theme.icon.[square|squircle|roundedrect|teardrop]

Change-Id: If269b777c80a213e7302e8d609807495705b9f57
2018-12-05 11:21:27 -08:00