Commit Graph

5 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
Anton Hansson
ab6ec61251 frameworks/base: Set LOCAL_SDK_VERSION where possible.
This change sets LOCAL_SDK_VERSION for all packages where
this is possible without breaking the build, and
LOCAL_PRIVATE_PLATFORM_APIS := true otherwise.

Setting one of these two will be made required soon, and this
is a change in preparation for that. Not setting LOCAL_SDK_VERSION
makes the app implicitly depend on the bootclasspath, which is
often not required. This change effectively makes depending on
private apis opt-in rather than opt-out.

Test: make relevant packages
Bug: 73535841
Change-Id: I4233b9091d9066c4fa69f3d24aaf367ea500f760
2018-02-28 15:13:23 +00:00
Adrian Roos
88553e9dc7 DisplayCutout: Add more display cutout flavors
Adds tall, narrow and wide variants of the cutout

Bug: 65689439
Test: Settings > Developer Options > Drawing > Simulate a display with a cutout > Try Narrow / Wide / Tall
Change-Id: Ie8f0a329fd95d844c6248bc5345b90ff9c8e4858
2018-01-22 14:20:04 +00:00