mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 13:35:09 +00:00
12 lines
200 B
C++
12 lines
200 B
C++
|
|
/*
|
||
|
|
* Copyright (C) 2023 The LineageOS Project
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <ui/Size.h>
|
||
|
|
|
||
|
|
using namespace android;
|
||
|
|
|
||
|
|
extern "C" ui::Size _ZN7android2ui4Size7INVALIDE{-1, -1};
|