aboutsummaryrefslogtreecommitdiffstats
path: root/native/dicttoolkit/Android.bp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the global default cpp_std.•••Bug: http://b/344590580 Change-Id: Icf1f9f5559596097e156aa9f1673a438741379b3 Elliott Hughes2024-06-031-1/+0
* dicttoolkit: pin cpp_std to gnu++17•••This project doesn't build with gnu++20 and prevents AOSP default to be upgraded to a newer standard. Once the build failure is fixed here, this change can be reverted. Bug: 311052584 Test: m checkbuild Change-Id: If2d19c1b6d970703a1dbf7685588a4a4be5a53c1 Tomasz Wasilczyk2023-11-151-0/+1
* [LSC] Add LOCAL_LICENSE_KINDS to packages/inputmethods/LatinIME•••Added SPDX-license-identifier-Apache-2.0 to: Android.bp common/Android.bp java/Android.bp native/dicttoolkit/Android.bp native/jni/Android.bp tests/Android.bp tools/EditTextVariations/Android.bp tools/dicttool/Android.bp tools/make-keyboard-text/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I440008bffac5c97a2497970af377a9d03262b6d8 Bob Badour2021-02-171-0/+9
* Add explicit dependencies on jni_headers•••Preparation for removing implicit include paths for jni.h from soong. Bug: 152482542 Test: lunch aosp_x86_64 && m checkbuild Change-Id: Ib36e679819a3309ccbf12fd592309b16c8bbd6c8 Orion Hodson2020-04-131-0/+1
* Convert to Android.bp•••See build/soong/README.md for more information. Test: cd packages/inputmethods/LatinIME; mma Change-Id: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054 Dan Willemsen2018-10-311-0/+94