/* SPDX-License-Identifier: GPL-2.0 */ extern void acpi_enable_wakeup_devices(u8 sleep_state); extern void acpi_disable_wakeup_devices(u8 sleep_state); extern bool acpi_check_wakeup_handlers(void); extern struct list_head acpi_wakeup_device_list; extern struct mutex acpi_device_lock; extern void acpi_resume_power_resources(void); extern void acpi_turn_off_unused_power_resources(void); static inline acpi_status acpi_set_waking_vector(u32 wakeup_address) { return acpi_set_firmware_waking_vector( (acpi_physical_address)wakeup_address, 0); } y'/>
summaryrefslogtreecommitdiff
path: root/android/Module_android.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-09-18Android: merge LibreOffice4Android into LOAndroid3Jacobo Aragunde Pérez1-1/+0
This commit merges the code of the document browser found in android/experimental/LibreOffice4Android into the new document viewer at LOAndroid3. All the source and resources is moved, and some duplicated files are removed. From now on the apk generated by LOAndroid3 will provide the document browser too. Slightly modified the build files of ExperimentalDesktop project because they depended on LibreOffice4Android being built. Change-Id: I0579afda7b570509ca4d3873c28a13fcbeeb5ab8 Reviewed-on: https://gerrit.libreoffice.org/11487 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2014-06-30LOAndroid3: ant/make for building, Bootstrap projectTomaž Vajngerl1-0/+1
LOAndroid3 is based of LibreOffice4Android project which uses ant/make for building. By using LibreOffice4Android as the base, the project creates a APK archive which has all needed files to start LibreOffice in Android environment. Change-Id: I697d5f727bdaf93e774144ad597d7081d2609908
2014-02-08Add CustomTarget_android_desktop back.Matúš Kukan1-1/+2
Change-Id: I4bad098055c6c3b34dd5f02caf17df13cf4df797
2014-01-30moved impress remote clients to a separate repositoryNorbert Thiebaud1-8/+0
Change-Id: I654e3af31a6915f08ff808b351d304da773ad267 see: git://gerrit.libreoffice.org/impress_remote
2013-11-20Separate Impress Remote from Android build.Andrzej J.R. Hunt1-1/+8
Previously the Impress Remote app could only be built within gbuild when building the entirety of LO for Android, it can now be enabled separately to be built within any LO build. (Note that the app could still be built separately without doing a full Android build of LO by using the android build tools and/or IDE.) Conflicts: config_host.mk.in Change-Id: I21d4389082a1492a3c9029d630f3fff97d9ba99a Reviewed-on: https://gerrit.libreoffice.org/6146 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-09-10Don't bother building the DocumentLoader Android app every timeTor Lillqvist1-1/+0
Change-Id: I90a96420c3261ce14f337dae3dfddfc01ac2436e